aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfat <[email protected]>2013-02-28 20:46:51 -0800
committerfat <[email protected]>2013-02-28 20:46:51 -0800
commita61322c2fb55769cf89216879a17c1e924ca1be2 (patch)
tree29fc8438de715daadfda45c75c63b9cdc01d2b95
parent01e0f8c653db442326ee1559eac4691af246d49e (diff)
downloadbootstrap-a61322c2fb55769cf89216879a17c1e924ca1be2.tar.xz
bootstrap-a61322c2fb55769cf89216879a17c1e924ca1be2.zip
WHOOPS ( >_>)
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 620af5259..b5bf11c7a 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}