]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
change comments to preserve for yui
authorJacob Thornton <jacobthornton@gmail.com>
Sun, 15 Apr 2012 06:51:08 +0000 (23:51 -0700)
committerJacob Thornton <jacobthornton@gmail.com>
Sun, 15 Apr 2012 06:51:08 +0000 (23:51 -0700)
Makefile
docs/assets/bootstrap.zip

index a0ad78d694e53f86184a2ea7cc2aad153275a434..ae76c66c1ceb9412c5600dc6d07eb60960842a88 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ bootstrap:
        jshint js/tests/unit/*.js --config js/.jshintrc
        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 > bootstrap/js/bootstrap.js
        uglifyjs -nc bootstrap/js/bootstrap.js > bootstrap/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*/" > bootstrap/js/copyright.js
+       echo "/*!\n* Bootstrap.js by @fat & @mdo\n* Copyright 2012 Twitter, Inc.\n* http://www.apache.org/licenses/LICENSE-2.0.txt\n*/" > bootstrap/js/copyright.js
        cat bootstrap/js/copyright.js bootstrap/js/bootstrap.min.tmp.js > bootstrap/js/bootstrap.min.js
        rm bootstrap/js/copyright.js bootstrap/js/bootstrap.min.tmp.js
 
index 930dd46334078a99b50fb9bea6f52fd9f3ee1a42..fd0862399e166633650639093134195a77d7b4f7 100644 (file)
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ