From: fat Date: Fri, 1 Mar 2013 04:46:51 +0000 (-0800) Subject: WHOOPS ( >_>) X-Git-Tag: v2.3.1^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a61322c2fb55769cf89216879a17c1e924ca1be2;p=thirdparty%2Fbootstrap.git WHOOPS ( >_>) --- diff --git a/Makefile b/Makefile index 620af52590..b5bf11c7a3 100644 --- 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}