exclude raphael from jsmin
authorBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Fri, 3 Sep 2010 09:33:17 +0000 (11:33 +0200)
committerBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Fri, 3 Sep 2010 09:33:17 +0000 (11:33 +0200)
Makefile

index 8bf58a7..148a8aa 100644 (file)
--- 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"