From 4f1398e0a5a8dd23dd5d2cc9bd73f7af70c1d440 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Mon, 17 Feb 2014 09:06:54 -0500 Subject: stuff --- Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 011a004..41315c5 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,9 @@ WEBPMUX ?= webpmux CONVERT ?= convert APNGASM ?= apngasm UGLIFYJS ?= uglifyjs +GRUNT ?= grunt +#JPEGTRAN ?= jpegtran +#JPEGRESCAN ?= jpegrescan DUMP ?= www/dump @@ -22,7 +25,7 @@ all: .modules video audio images js .modules: .gitmodules git submodule update --init ln -fs ../../config-all.json Modernizr/lib/config-all.json - cd Modernizr && npm update && grunt build + cd Modernizr && npm update && $(GRUNT) build touch .modules # === VIDEO === -- cgit v1.2.3-54-g00ecf