[Pkg-javascript-commits] [d3-tip.js] 99/277: add Makefile

bhuvan krishna bhuvan-guest at moszumanska.debian.org
Thu Dec 8 06:57:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

bhuvan-guest pushed a commit to branch master
in repository d3-tip.js.

commit 5cf00953d3ba00e402b0fcc6b88c429a2c4258b0
Author: Justin Palmer <justin at github.com>
Date:   Sun Apr 21 13:20:55 2013 -0700

    add Makefile
---
 Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..f981351
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,5 @@
+d3.tip.min.js: clean
+	uglifyjs src/d3.tip.js -c -m -o d3.tip.min.js
+
+clean:
+	@rm -f d3.tip.min.js
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/d3-tip.js.git



More information about the Pkg-javascript-commits mailing list