[Pkg-javascript-commits] [node-jsondiffpatch] 01/03: Revert "delete problematic Makefile"

Andrew Kelley andrewrk-guest at moszumanska.debian.org
Thu Jul 3 23:02:32 UTC 2014


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

andrewrk-guest pushed a commit to branch master
in repository node-jsondiffpatch.

commit cfd07a2994b0be0ecfd9537f74336c0048897d34
Author: Andrew Kelley <superjoe30 at gmail.com>
Date:   Thu Jul 3 22:55:07 2014 +0000

    Revert "delete problematic Makefile"
    
    This reverts commit 4553385852fa232f126d262ac5047ec9372ca0c7.
---
 Makefile | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..ace9364
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,12 @@
+
+build: node_modules
+	@./node_modules/.bin/gulp build
+node_modules:
+	npm install
+test: node_modules
+	@./node_modules/.bin/gulp test
+test-browser: node_modules
+	@./node_modules/.bin/gulp test-browser
+watch: node_modules
+	@./node_modules/.bin/gulp watch
+.PHONY: build test test-browser watch
\ No newline at end of file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-jsondiffpatch.git



More information about the Pkg-javascript-commits mailing list