From 7e728a4a0aa7d7bb4b0465c5dac63b432b3c2ddf Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 4 Apr 2017 12:53:10 -0400 Subject: [PATCH 1/2] typo --- contrib/js/nntpchan/livechan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/js/nntpchan/livechan.js b/contrib/js/nntpchan/livechan.js index f4bde19..9a1b802 100644 --- a/contrib/js/nntpchan/livechan.js +++ b/contrib/js/nntpchan/livechan.js @@ -1429,4 +1429,4 @@ Chat.prototype.generateChat = function(data) { chat.appendChild(header); chat.appendChild(body); return chat; -} +}; From fc64ea0acfff159cb4967f32d3accf16f7c2ea60 Mon Sep 17 00:00:00 2001 From: Jeff Date: Tue, 4 Apr 2017 12:54:17 -0400 Subject: [PATCH 2/2] clear existing file --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index ced8091..e9091ad 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,7 @@ $(MINIFY): js-deps: $(MINIFY) $(JS): js-deps + rm -f $(JS) for f in $(CONTRIB_JS)/*.js ; do $(MINIFY) --mime=text/javascript >> $(JS) < $$f ; done $(MINIFY) --mime=text/javascript >> $(JS) < $(REPO)/contrib/js/entry.js for f in $(LOCAL_JS)/*.js ; do $(MINIFY) --mime=text/javascript >> $(JS) < $$f ; done