Minified version of jquery.tmpl is buggy, don't use it.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 24 Jan 2011 16:19:11 +0000 (17:19 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 24 Jan 2011 16:19:11 +0000 (17:19 +0100)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
Makefile

index 6bb43bc..c3eb316 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -228,7 +228,7 @@ htdocs/javascript/jquery.ui-$(JQUERY_UI_VERSION).datepicker-fr.js:
 $(JQUERY_UI_PATHES) htdocs/javascript/jquery.ui.datepicker-fr.js: htdocs/javascript/jquery.ui.%.js: htdocs/javascript/jquery.ui-$(JQUERY_UI_VERSION).%.js
        ln -snf $(<F) $@
 
-htdocs/javascript/jquery.tmpl-$(JQUERY_TMPL_VERSION).js: DOWNLOAD_SRC = https://github.com/jquery/jquery-tmpl/raw/$(JQUERY_TMPL_VERSION)/jquery.tmpl.min.js --no-check-certificate
+htdocs/javascript/jquery.tmpl-$(JQUERY_TMPL_VERSION).js: DOWNLOAD_SRC = https://github.com/jquery/jquery-tmpl/raw/$(JQUERY_TMPL_VERSION)/jquery.tmpl.js --no-check-certificate
 htdocs/javascript/jquery.tmpl-$(JQUERY_TMPL_VERSION).js:
        @-rm htdocs/javascript/jquery.tmpl*.js
        @$(download)