]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Changes some more commands to use the local npm install. 6576/head
authorNicolas Dudebout <nicolas.dudebout@gatech.edu>
Mon, 14 Jan 2013 14:02:25 +0000 (09:02 -0500)
committerNicolas Dudebout <nicolas.dudebout@gatech.edu>
Mon, 14 Jan 2013 14:02:25 +0000 (09:02 -0500)
Makefile

index f13150b037aadc6cbb36ef220db9e641105a8c29..19ddd3a29bbe94e50fad3dcbc665fe414b6d4764 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -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