1
0
mirror of https://github.com/git/git.git synced 2024-11-19 05:33:59 +01:00

gitweb: Describe (possible) gitweb.js minification in gitweb/README

Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Jakub Narebski 2009-12-02 22:14:36 +01:00 committed by Junio C Hamano
parent 488bdf2ebe
commit eff726f0c2

@ -95,7 +95,8 @@ You can specify the following configuration variables when building GIT:
* GITWEB_JS * GITWEB_JS
Points to the localtion where you put gitweb.js on your web server 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). (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 * GITWEB_CONFIG
This Perl file will be loaded using 'do' and can be used to override any 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 of the options above as well as some other options -- see the "Runtime