git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* [PATCHv2] Add ignore and clean rules for gitweb.min.js
@ 2010-03-19 21:40 Mark Rada
       [not found] ` <7viq8sc6rb.fsf@alter.siamese.dyndns.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Rada @ 2010-03-19 21:40 UTC (permalink / raw
  To: git; +Cc: Junio C Hamano

Signed-off-by: Mark Rada <marada@uwaterloo.ca>

---

The instaweb patch from earlier was about making the instaweb
script aware that users can generate a minified version of 
gitweb.js. I think the stuff I am doing in this patch was just
forgotten when JSMIN support was first added for gitweb.

Junio, I went and changed the clean target changes according
to your comment.


 .gitignore |    1 +
 Makefile   |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/.gitignore b/.gitignore
index 7b3acb7..4c24152 100644
--- a/.gitignore
+++ b/.gitignore
@@ -156,6 +156,7 @@
 /git-core-*/?*
 /gitk-git/gitk-wish
 /gitweb/gitweb.cgi
+/gitweb/gitweb.min.*
 /test-chmtime
 /test-ctype
 /test-date
diff --git a/Makefile b/Makefile
index f80b25e..aa1996d 100644
--- a/Makefile
+++ b/Makefile
@@ -2077,7 +2077,7 @@ clean:
 	$(RM) $(htmldocs).tar.gz $(manpages).tar.gz
 	$(MAKE) -C Documentation/ clean
 ifndef NO_PERL
-	$(RM) gitweb/gitweb.cgi
+	$(RM) gitweb/{gitweb.cgi,gitweb.min.js}
 	$(MAKE) -C perl clean
 endif
 ifndef NO_PYTHON
-- 
1.7.0.2.279.gf1ba1c

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCHv2] Add ignore and clean rules for gitweb.min.js
       [not found] ` <7viq8sc6rb.fsf@alter.siamese.dyndns.org>
@ 2010-03-20  3:05   ` Mark Rada
  0 siblings, 0 replies; 2+ messages in thread
From: Mark Rada @ 2010-03-20  3:05 UTC (permalink / raw
  To: Junio C Hamano; +Cc: git

Junio,

I went and added some other things that should probably be squashed
into this commit, unless it is too late. Updating documentation for
jsmin and adding autoconfigure support for it.

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


On 10-03-19 5:59 PM, Junio C Hamano wrote:
> Mark Rada <marada@uwaterloo.ca> writes:
> 
>> Signed-off-by: Mark Rada <marada@uwaterloo.ca>
>>
>> ---
>>
>> The instaweb patch from earlier was about making the instaweb
>> script aware that users can generate a minified version of 
>> gitweb.js. I think the stuff I am doing in this patch was just
>> forgotten when JSMIN support was first added for gitweb.
>>
>> Junio, I went and changed the clean target changes according
>> to your comment.
> 
> Thanks, will queue.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-03-20  3:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-19 21:40 [PATCHv2] Add ignore and clean rules for gitweb.min.js Mark Rada
     [not found] ` <7viq8sc6rb.fsf@alter.siamese.dyndns.org>
2010-03-20  3:05   ` Mark Rada

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).