All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCHv6 0/7] Gitweb: fill in missing parts of minify support
@ 2010-04-03  0:32 Mark Rada
  0 siblings, 0 replies; only message in thread
From: Mark Rada @ 2010-04-03  0:32 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano, Jakub Narebski

Minify support was added to gitweb.js, but that build feature was not
really fleshed out too much; let's get changed!

Added the missing ignore and clean rules, updated the documentation,
added support in the autoconfigure script, enabled minification of
gitweb.css, and fixed git-instaweb to use the minified files when they
are generated.

I went ahead and changed things based on the feedback that I have
received from the last revision. Changes are noted in individual patches.

Jakub, thanks for reviewing the patches last round, everything should
be all fixed up this around.

Mark Rada (6):
	Gitweb: add ignore and clean rules for minified files
	Gitweb: add support for minifying gitweb.css
	Gitweb: add autoconfigure support for minifiers
	instaweb: add minification awareness
	gitweb: add documentation to INSTALL regarding gitweb.js
	gitweb: update INSTALL to use shorter make target


 .gitignore      |    1 +
 Makefile        |   32 +++++++++++++++++++++++---------
 configure.ac    |   20 ++++++++++++++++++++
 git-instaweb.sh |    6 ++++--
 gitweb/INSTALL  |   26 ++++++++++++++++----------
 gitweb/Makefile |   30 +++++++++++++++++-------------
 gitweb/README   |    3 ++-
 7 files changed, 83 insertions(+), 35 deletions(-)


-- 
Mark Rada (ferrous26)
marada@uwaterloo.ca

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-04-03  0:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-03  0:32 [PATCHv6 0/7] Gitweb: fill in missing parts of minify support Mark Rada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.