[Pkg-javascript-commits] [node-jquery] 01/03: grunt can now load global modules by default
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sun Dec 31 12:08:49 UTC 2017
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository node-jquery.
commit 48f558c5d1e87f38b4660b6e03e14af4b6fb26cd
Author: Pirate Praveen <praveen at debian.org>
Date: Sun Dec 31 17:37:21 2017 +0530
grunt can now load global modules by default
---
debian/rules | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/debian/rules b/debian/rules
index c06ee30..d4e0db1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,10 +8,7 @@
dh $@
override_dh_auto_build:
- mkdir node_modules
- ln -s /usr/lib/nodejs/grunt-babel node_modules
- ln -s /usr/lib/nodejs/grunt-contrib-uglify node_modules
grunt build:*:* uglify remove_map_comment dist:*
override_dh_auto_clean:
- rm -rf node_modules dist
+ rm -rf dist
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/node-jquery.git
More information about the Pkg-javascript-commits
mailing list