From 52e5a81679cde60a6609e893352b6dface9e1e08 Mon Sep 17 00:00:00 2001 From: Olivier Le Floch Date: Thu, 17 Jul 2008 12:02:57 +0200 Subject: [PATCH] Use minified version of jQuery which loads much faster than the packed version, and size(pack+gz) == size(min+gz), cf http://jst.pbwiki.com/ --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.1.4