There was an error while loading. Please reload this page.
1 parent 48f3fa8 commit f6668a8Copy full SHA for f6668a8
1 file changed
Makefile
@@ -1,8 +1,7 @@
1
# See the README for installation instructions.
2
3
-NODE_PATH ?= ./node_modules
4
-JS_UGLIFY = $(NODE_PATH)/uglify-js/bin/uglifyjs
5
-JS_TESTER = $(NODE_PATH)/vows/bin/vows
+JS_UGLIFY = node_modules/.bin/uglifyjs
+JS_TESTER = node_modules/.bin/vows
6
LOCALE ?= en_US
7
8
all: \
0 commit comments