aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-17 16:56:57 -0800
committerMark Otto <[email protected]>2013-02-17 16:56:57 -0800
commit9134fa4eda2ce976a982d35b779c0849a9bd7c83 (patch)
tree2f205f392b876232b1b0f27c349202880c0e2034
parent6663a35562a19d659fc16c8e2711479300a439f4 (diff)
downloadbootstrap-9134fa4eda2ce976a982d35b779c0849a9bd7c83.tar.xz
bootstrap-9134fa4eda2ce976a982d35b779c0849a9bd7c83.zip
correct version
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8beabf75f..0c23405be 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ build:
@printf "Compiling and minifying javascript..."
@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 js/bootstrap-affix.js > docs/assets/js/bootstrap.js
@uglifyjs -nc docs/assets/js/bootstrap.js > docs/assets/js/bootstrap.min.tmp.js
- @echo "/**\n* Bootstrap.js v2.3.0 by @fat & @mdo\n* Copyright 2012 Twitter, Inc.\n* http://www.apache.org/licenses/LICENSE-2.0.txt\n*/" > docs/assets/js/copyright.js
+ @echo "/**\n* Bootstrap.js v3.0.0 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
@echo " ${CHECK} Done"