From cfc58a2b9e2038ec694d18c2c873141c9de09b35 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Bar=C4=B1=C5=9F=20Metin?= Date: Fri, 3 Sep 2010 11:33:17 +0200 Subject: [PATCH] exclude raphael from jsmin --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8bf58a7..148a8aa 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ endif compress: $(foreach file,\ - $(shell find . -type f -iname "*.js" | grep -v datepicker.js),\ + $(shell find . -type f -iname "*.js" | grep -v datepicker.js | grep -v raphael),\ $(shell python jsmin.py < $(file) > $(file).new && mv $(file).new $(file))) @echo "Compressed .js files with jsmin.py" -- 2.47.0