Commit 6cf9906a authored by Jacob Thornton's avatar Jacob Thornton
Browse files

build bootstrap.js and bootstrap.min.js into docs

parent b67a2d8a
No related merge requests found
Showing with 1824 additions and 0 deletions
+1824 -0
...@@ -16,6 +16,11 @@ docs: ...@@ -16,6 +16,11 @@ docs:
cp img/* docs/assets/img/ cp img/* docs/assets/img/
cp js/*.js docs/assets/js/ cp js/*.js docs/assets/js/
cp js/tests/vendor/jquery.js docs/assets/js/ cp js/tests/vendor/jquery.js docs/assets/js/
cat js/bootstrap-transition.js js/bootstrap-alert.js js/bootstrap-button.js js/bootstrap-carousel.js js/bootstrap-collapse.js js/bootstrap-dropdown.js js/bootstrap-modal.js js/bootstrap-tooltip.js js/bootstrap-popover.js js/bootstrap-scrollspy.js js/bootstrap-tab.js js/bootstrap-typeahead.js > docs/assets/js/bootstrap.js
uglifyjs -nc docs/assets/js/bootstrap.js > docs/assets/js/bootstrap.min.tmp.js
echo "/**\n* Bootstrap.js by @fat & @mdo\n* Copyright 2012 Twitter, Inc.\n* http://www.apache.org/licenses/LICENSE-2.0.txt\n*/" > docs/assets/js/copyright.js
cat docs/assets/js/copyright.js docs/assets/js/bootstrap.min.tmp.js > docs/assets/js/bootstrap.min.js
rm docs/assets/js/copyright.js docs/assets/js/bootstrap.min.tmp.js
# #
# BUILD SIMPLE BOOTSTRAP DIRECTORY # BUILD SIMPLE BOOTSTRAP DIRECTORY
......
This diff is collapsed.
This diff is collapsed.
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment