git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mark Rada <marada@uwaterloo.ca>
To: git@vger.kernel.org
Cc: Junio C Hamano <gitster@pobox.com>, Jakub Narebski <jnareb@gmail.com>
Subject: [PATCHv6 0/7] Gitweb: fill in missing parts of minify support
Date: Fri, 02 Apr 2010 20:32:54 -0400	[thread overview]
Message-ID: <4BB68CB6.2000704@mailservices.uwaterloo.ca> (raw)

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

                 reply	other threads:[~2010-04-03  0:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BB68CB6.2000704@mailservices.uwaterloo.ca \
    --to=marada@uwaterloo.ca \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=jnareb@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).