[Pkg-javascript-commits] [node-fuzzaldrin-plus] 15/17: manage dist-browser dir
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sat Nov 19 18:46:40 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository node-fuzzaldrin-plus.
commit 65ce7cb2c78f0f2cf0233cce1070b2422a552275
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Sun Nov 20 00:01:45 2016 +0530
manage dist-browser dir
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index e12fd8e..02571e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,7 @@
override_dh_auto_build:
dh_auto_build
grunt
+ mkdir dist-browser
browserify-lite ./lib/fuzzaldrin.js --standalone fuzzaldrin --outfile dist-browser/fuzzaldrin-plus.js
#override_dh_auto_test:
@@ -17,4 +18,5 @@ override_dh_auto_build:
override_dh_auto_clean:
dh_auto_clean
grunt clean
+ rm -rf dist-browser
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-fuzzaldrin-plus.git
More information about the Pkg-javascript-commits
mailing list