]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #4958: add version to minified js
authorMark Otto <markotto@twitter.com>
Tue, 4 Sep 2012 18:13:08 +0000 (11:13 -0700)
committerMark Otto <markotto@twitter.com>
Tue, 4 Sep 2012 18:13:08 +0000 (11:13 -0700)
Makefile
docs/assets/js/bootstrap.min.js

index e854e056b31b661fabf1ccd249265b8aa5d6ee88..a2abea93d0f35b3b36946d7f212ecba4f560945e 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,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
        @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
+       @echo "/**\n* Bootstrap.js v2.1.1 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"
index 0c06523ed7c5a8c9c4093d45c92f250ded16a2d8..b7bc72f310a625056c921c3d3dbf967f916874d0 100644 (file)
@@ -1,5 +1,5 @@
 /**
-* Bootstrap.js by @fat & @mdo
+* Bootstrap.js v2.1.1 by @fat & @mdo
 * Copyright 2012 Twitter, Inc.
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 */