]> Lady’s Gitweb - Gitweb/commit
Gitweb: add support for minifying gitweb.css
authorMark Rada <redacted>
Sat, 3 Apr 2010 00:35:05 +0000 (20:35 -0400)
committerLady <redacted>
Mon, 6 Apr 2026 04:50:39 +0000 (00:50 -0400)
commitcfa626243ba2b7c13f099d500f46285f7ac28614d03e2d59333ebf0a72cbf12d
tree4071d0e8b89dd687acca6fd4e5e40d08560b757f1f32a575c09772f32bd7c6de
parentc71f76a432721363fadec372fa28f84f9b4a88997708138f7acbc1f4fc185b03
Gitweb: add support for minifying gitweb.css

The build system added support minifying gitweb.js through a
JavaScript minifier, but most minifiers come with support for
minifying CSS files as well, so we should use it if we can.

This patch will add the same facilities to gitweb.css that
gitweb.js has for minification. That does not mean that they
will use the same minifier though, as it is not safe to assume
that all JavaScript minifiers will also minify CSS files.

This patch also adds the GITWEB_PROGRAMS variable to the Makefile
to keep a list of potential gitweb dependencies separate from
OTHER_PROGRAMS when we need to know just the gitweb dependencies.

Though the bandwidth savings will not be as dramatic as with
the JavaScript minifier, every byte saved is important.

Signed-off-by: Mark Rada <redacted>
Signed-off-by: Junio C Hamano <redacted>
INSTALL
Makefile
README
This page took 0.265894 seconds and 4 git commands to generate.