]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
WHOOPS ( >_>)
authorfat <jacobthornton@gmail.com>
Fri, 1 Mar 2013 04:46:51 +0000 (20:46 -0800)
committerfat <jacobthornton@gmail.com>
Fri, 1 Mar 2013 04:46:51 +0000 (20:46 -0800)
Makefile

index 620af5259070df18df5b0c3bda6b77a85f1b0e67..b5bf11c7a3523f9338dcb7d10334f29e97c0ade5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -15,8 +15,8 @@ build:
        @echo "\n${HR}"
        @echo "Building Bootstrap..."
        @echo "${HR}\n"
-       @jshint js/*.js --config js/.jshintrc
-       @jshint js/tests/unit/*.js --config js/.jshintrc
+       @./node_modules/.bin/jshint js/*.js --config js/.jshintrc
+       @./node_modules/.bin/jshint js/tests/unit/*.js --config js/.jshintrc
        @echo "Running JSHint on javascript...             ${CHECK} Done"
        @./node_modules/.bin/recess --compile ${BOOTSTRAP_LESS} > ${BOOTSTRAP}
        @./node_modules/.bin/recess --compile ${BOOTSTRAP_RESPONSIVE_LESS} > ${BOOTSTRAP_RESPONSIVE}