summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2014-03-07 11:14:53 -0500
committerAlex Xu <alex_y_xu@yahoo.ca>2014-03-07 11:14:53 -0500
commit3940c408f5fb082425a313a057c12a912f0f9bf5 (patch)
treed5b9ba5092bcfbe3c061fa6875aca9127a4f8593 /Makefile
parent5b2a9a221ed74fbf10f229f665d05af3a12184c9 (diff)
parentcbb002ff60c33d6c4bfcaad42c8df1cfda8f7ea3 (diff)
downloadhtml5ks-3940c408f5fb082425a313a057c12a912f0f9bf5.tar.xz
html5ks-3940c408f5fb082425a313a057c12a912f0f9bf5.zip
Merge branch 'master' of happinessforme.com:html5ks
Conflicts: Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b5f6edc..0a344e4 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,8 @@ CWEBP += -quiet -alpha_cleanup -m 6
WEBPMUX ?= webpmux
CONVERT ?= convert
APNGASM ?= apngasm
-NPM ?= npm --quiet
+NPM ?= npm
+NPM += --quiet
JS_COMPRESSOR ?= uglifyjs
LOCAL_UGLIFYJS := node_modules/.bin/uglifyjs
UGLIFYJS ?= $(LOCAL_UGLIFYJS)