X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=Makefile;h=148a8aa43bbe71e42347706512d1f6dc1f7ad795;hb=b7593d9531a46312c686b0e4e20a5d8d6e7e7647;hp=8bf58a793cc68e7caf661aacb538840277c44018;hpb=99a53ceea81d8bfd3999800b823a1626d8dcb662;p=plewww.git 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"