[Pkg-javascript-commits] [node-husl] 09/11: Add the minification target to debian/rules

Ross Gammon ross-guest at moszumanska.debian.org
Wed Nov 16 21:54:07 UTC 2016


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

ross-guest pushed a commit to branch master
in repository node-husl.

commit 003cbbc71e9462b8c946650996c05b95ed9f5c4a
Author: Ross Gammon <rossgammon at mail.dk>
Date:   Wed Nov 16 22:47:07 2016 +0100

    Add the minification target to debian/rules
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index df9c1b5..e0384b5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,9 @@
 %:
 	dh $@
 
-#override_dh_auto_build:
+override_dh_auto_build:
+	dh_auto_build
+	make husl.min.js
 
 override_dh_auto_test:
 	mocha --compilers coffee:coffee-script/register

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



More information about the Pkg-javascript-commits mailing list