diff options
| author | Mark Otto <[email protected]> | 2012-12-10 18:31:04 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-12-10 18:31:04 -0800 |
| commit | 529ecc5a77c9e653dd7219bd4457cb994e338075 (patch) | |
| tree | ce5f115b0ac8f4e3a99e7b5c8ca3407c639627dc /Makefile | |
| parent | cddca18f122887b183aa3a8e601c5cd1aa80c206 (diff) | |
| download | bootstrap-529ecc5a77c9e653dd7219bd4457cb994e338075.tar.xz bootstrap-529ecc5a77c9e653dd7219bd4457cb994e338075.zip | |
Version bump
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 docs/assets/js/bootstrap.js -nc > docs/assets/js/bootstrap.min.tmp.js - @echo "/**\n* Bootstrap.js v2.2.2 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.2.3 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" |
