diff options
| author | Mark Otto <[email protected]> | 2012-02-01 18:24:41 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-01 18:24:41 -0800 |
| commit | 54bfdf11835fef1fb10ebc08355cca584c0e1b30 (patch) | |
| tree | e093212b409a08af92969b92e8d044bf47348f59 | |
| parent | 8a1769c9e2ff74153b67aa8e0324c8f83280c86a (diff) | |
| download | bootstrap-54bfdf11835fef1fb10ebc08355cca584c0e1b30.tar.xz bootstrap-54bfdf11835fef1fb10ebc08355cca584c0e1b30.zip | |
fix the makefile
| -rw-r--r-- | Makefile | 4 | ||||
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 52339 -> 56824 bytes |
2 files changed, 2 insertions, 2 deletions
@@ -32,8 +32,8 @@ bootstrap: cp img/* bootstrap/img/ lessc ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.css lessc --compress ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.min.css - lessc ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap.responsive - lessc --compress ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap.min.responsive + lessc ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap-responsive.css + lessc --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.js diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex dc0607a45..77ef5c316 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip |
