Skip to content

Commit eff726f

Browse files
jnarebgitster
authored andcommitted
gitweb: Describe (possible) gitweb.js minification in gitweb/README
Signed-off-by: Jakub Narebski <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 488bdf2 commit eff726f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gitweb/README

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ You can specify the following configuration variables when building GIT:
9595
* GITWEB_JS
9696
Points to the localtion where you put gitweb.js on your web server
9797
(or to be more generic URI of JavaScript code used by gitweb).
98-
Relative to base URI of gitweb. [Default: gitweb.js]
98+
Relative to base URI of gitweb. [Default: gitweb.js (or gitweb.min.js
99+
if JSMIN build variable is defined / JavaScript minifier is used)]
99100
* GITWEB_CONFIG
100101
This Perl file will be loaded using 'do' and can be used to override any
101102
of the options above as well as some other options -- see the "Runtime

0 commit comments

Comments
 (0)