diff options
| author | Mark Otto <[email protected]> | 2012-10-29 21:00:53 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-10-29 21:00:53 -0700 |
| commit | 41ad16fe406956cc8604b295ae0b5f185386c595 (patch) | |
| tree | 0d890d2fc5b7970fca64451022f33cad7f7c924e /Makefile | |
| parent | c33169a6bae8675bd65767690d9098a4f9c071a9 (diff) | |
| download | bootstrap-41ad16fe406956cc8604b295ae0b5f185386c595.tar.xz bootstrap-41ad16fe406956cc8604b295ae0b5f185386c595.zip | |
v2.2.0 instead of v2.1.2
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 -nc docs/assets/js/bootstrap.js > docs/assets/js/bootstrap.min.tmp.js - @echo "/**\n* Bootstrap.js v2.1.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.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" |
