diff options
| author | Nicolas Dudebout <[email protected]> | 2013-01-14 09:02:25 -0500 |
|---|---|---|
| committer | Nicolas Dudebout <[email protected]> | 2013-01-14 09:02:25 -0500 |
| commit | 6512c5a5bccc80b1cfad84aa6b3efe267342fbba (patch) | |
| tree | 4a684c22c5c29facec1010dfbba4a002186ea7a7 | |
| parent | 915ebf9f3001da3b818d358937955e32719e2251 (diff) | |
| download | bootstrap-6512c5a5bccc80b1cfad84aa6b3efe267342fbba.tar.xz bootstrap-6512c5a5bccc80b1cfad84aa6b3efe267342fbba.zip | |
Changes some more commands to use the local npm install.
| -rw-r--r-- | Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -88,10 +88,10 @@ bootstrap-css: bootstrap/css/*.css bootstrap/css/*.css: less/*.less mkdir -p bootstrap/css - ./node_modules/.bin/recess --compile ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.css - ./node_modules/.bin/recess --compress ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.min.css - ./node_modules/.bin/recess --compile ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap-responsive.css - ./node_modules/.bin/recess --compress ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap-responsive.min.css + recess --compile ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.css + recess --compress ${BOOTSTRAP_LESS} > bootstrap/css/bootstrap.min.css + recess --compile ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap-responsive.css + recess --compress ${BOOTSTRAP_RESPONSIVE_LESS} > bootstrap/css/bootstrap-responsive.min.css # # FONTS |
