From: Barış Metin Date: Wed, 1 Jul 2009 13:16:08 +0000 (+0000) Subject: don't minify datepicker.js it fails to work due to the semicolumns here and there. X-Git-Tag: PLEWWW-4.3-23~5 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2ef8cf86d8cc648b43358e6898261b8b6dd9ed9b;p=plewww.git don't minify datepicker.js it fails to work due to the semicolumns here and there. --- diff --git a/Makefile b/Makefile index af4b4da..295aa14 100644 --- 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"