don't minify datepicker.js it fails to work due to the semicolumns here and there.
authorBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Wed, 1 Jul 2009 13:16:08 +0000 (13:16 +0000)
committerBarış Metin <Talip-Baris.Metin@sophia.inria.fr>
Wed, 1 Jul 2009 13:16:08 +0000 (13:16 +0000)
Makefile

index af4b4da..295aa14 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ endif
 
 compress:
        $(foreach file,\
-               $(shell find . -type f -iname "*.js"),\
+               $(shell find . -type f -iname "*.js" | grep -v datepicker.js),\
                $(shell python jsmin.py < $(file) > $(file).new && mv $(file).new $(file)))
        @echo "Compressed .js files with jsmin.py"