]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
use yui-compress by default instead of regular compress
authorMark Otto <markotto@twitter.com>
Sat, 7 Apr 2012 21:56:37 +0000 (14:56 -0700)
committerMark Otto <markotto@twitter.com>
Sat, 7 Apr 2012 21:56:37 +0000 (14:56 -0700)
Makefile
docs/assets/bootstrap.zip [deleted file]

index 768d59e1f3387d5c0cbd251e42fe5be1d3a433e7..59cd451b724636d25278bd7a7dcc641b8299b67b 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -31,9 +31,9 @@ bootstrap:
        mkdir -p bootstrap/js
        cp img/* bootstrap/img/
        lessc ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.css
-       lessc --compress ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.min.css
+       lessc --yui-compress ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.min.css
        lessc ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap-responsive.css
-       lessc --compress ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap-responsive.min.css
+       lessc --yui-compress ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap-responsive.min.css
        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
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
deleted file mode 100644 (file)
index 45b05f3..0000000
Binary files a/docs/assets/bootstrap.zip and /dev/null differ