From: Olivier Le Floch Date: Thu, 17 Jul 2008 10:02:57 +0000 (+0200) Subject: Use minified version of jQuery which loads much faster than the packed version, and... X-Git-Tag: xorg/0.10.0~173 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=52e5a81679cde60a6609e893352b6dface9e1e08;p=platal.git Use minified version of jQuery which loads much faster than the packed version, and size(pack+gz) == size(min+gz), cf jst.pbwiki.com/ --- diff --git a/Makefile b/Makefile index 9bdef66..f2ca45e 100644 --- a/Makefile +++ b/Makefile @@ -134,7 +134,7 @@ JQUERY_PLUGINS_PATHES=$(addprefix htdocs/javascript/jquery.,$(addsuffix .js,$(JQ jquery: htdocs/javascript/jquery.js htdocs/javascript/jquery.autocomplete.js $(JQUERY_PLUGINS_PATHES) -htdocs/javascript/jquery.js: DOWNLOAD_SRC = http://jquery.com/src/jquery-latest.pack.js +htdocs/javascript/jquery.js: DOWNLOAD_SRC = http://jquery.com/src/jquery-latest.min.js htdocs/javascript/jquery.js: @$(download)