aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-02 18:50:13 -0800
committerMark Otto <[email protected]>2013-02-02 18:50:13 -0800
commit5638b2559a042d8a89f352b03de60900229643ac (patch)
treea162e3df2cf64db3c49ada5b83624879f11e48ea
parent3d74c670d329e2a21902cb8202ad044ee4ec5eed (diff)
downloadbootstrap-5638b2559a042d8a89f352b03de60900229643ac.tar.xz
bootstrap-5638b2559a042d8a89f352b03de60900229643ac.zip
Verion number in JS makefile
-rw-r--r--Makefile2
-rw-r--r--docs/assets/js/bootstrap.min.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 18f77c225..acc4d11bf 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ build:
@echo "Compiling documentation... ${CHECK} Done"
@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
@./node_modules/.bin/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 "Compiling and minifying javascript... ${CHECK} Done"
diff --git a/docs/assets/js/bootstrap.min.js b/docs/assets/js/bootstrap.min.js
index 6ae2fbe4d..0f869aced 100644
--- a/docs/assets/js/bootstrap.min.js
+++ b/docs/assets/js/bootstrap.min.js
@@ -1,5 +1,5 @@
/**
-* Bootstrap.js v2.3.0 by @fat & @mdo
+* Bootstrap.js v3.0.0 by @fat & @mdo
* Copyright 2012 Twitter, Inc.
* http://www.apache.org/licenses/LICENSE-2.0.txt
*/