From: Jakub Narebski Date: Wed, 2 Dec 2009 21:14:36 +0000 (+0100) Subject: gitweb: Describe (possible) gitweb.js minification in gitweb/README X-Git-Url: https://git.ladys.computer/Gitweb/commitdiff_plain/d2594424606cf21ec26a59ae0abd639990d598e3da2c1133dc24de3f857b6187 gitweb: Describe (possible) gitweb.js minification in gitweb/README Signed-off-by: Jakub Narebski Signed-off-by: Junio C Hamano --- diff --git a/README b/README index 903a860..6b89a66 100644 --- a/README +++ b/README @@ -95,7 +95,8 @@ You can specify the following configuration variables when building GIT: * GITWEB_JS Points to the localtion where you put gitweb.js on your web server (or to be more generic URI of JavaScript code used by gitweb). - Relative to base URI of gitweb. [Default: gitweb.js] + Relative to base URI of gitweb. [Default: gitweb.js (or gitweb.min.js + if JSMIN build variable is defined / JavaScript minifier is used)] * GITWEB_CONFIG This Perl file will be loaded using 'do' and can be used to override any of the options above as well as some other options -- see the "Runtime