diff options
| author | Jacob Thornton <[email protected]> | 2012-04-14 23:51:08 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-04-14 23:51:08 -0700 |
| commit | c262ead6ed63408bbe062187fd4aa8aeb5da2e70 (patch) | |
| tree | 1eeb345551d56ce49c2279120b909c0ac2d8a31a | |
| parent | be0efcfcfca603bc65484464e0aeaf7b2fc145c2 (diff) | |
| download | bootstrap-c262ead6ed63408bbe062187fd4aa8aeb5da2e70.tar.xz bootstrap-c262ead6ed63408bbe062187fd4aa8aeb5da2e70.zip | |
change comments to preserve for yui
| -rw-r--r-- | Makefile | 2 | ||||
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 71464 -> 71464 bytes |
2 files changed, 1 insertions, 1 deletions
@@ -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 diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex 930dd4633..fd0862399 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip |
