diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-03-06 10:30:39 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-03-06 10:30:39 -0500 |
commit | cbb002ff60c33d6c4bfcaad42c8df1cfda8f7ea3 (patch) | |
tree | 5dbb2f9e3601ba17c4618682a6cc09675e1388ac /Makefile | |
parent | b71111a0d852263498e610e370ccb94f04b21c8b (diff) | |
download | html5ks-cbb002ff60c33d6c4bfcaad42c8df1cfda8f7ea3.tar.xz html5ks-cbb002ff60c33d6c4bfcaad42c8df1cfda8f7ea3.zip |
delete travis template, NPM --quiet
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ WEBPMUX ?= webpmux CONVERT ?= convert APNGASM ?= apngasm NPM ?= npm +NPM += --quiet JS_COMPRESSOR ?= uglifyjs LOCAL_UGLIFYJS := node_modules/.bin/uglifyjs UGLIFYJS ?= $(LOCAL_UGLIFYJS) |