diff options
-rw-r--r-- | .travis.yml | 4 | ||||
-rw-r--r-- | Makefile | 3 |
2 files changed, 2 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 58a6e04..f04c491 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,3 @@ notifications: irc: channels: - "chat.freenode.net#html5ks" - template: - - "%{repository_name}#%{build_number} of %{commit} on %{branch} by %{author} took %{duration} and ended: %{message}" - - "Compare: %{compare_url}" - - "Build details: %{build_url}" @@ -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) |