[Pkg-javascript-commits] [node-rx] 01/06: use grunt global tasks
Paolo Greppi
paolog-guest at moszumanska.debian.org
Fri Dec 23 00:22:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
paolog-guest pushed a commit to branch master
in repository node-rx.
commit 55165b287556298efcd7cd43c97482eca7a0d59d
Author: Paolo Greppi <paolo.greppi at libpf.com>
Date: Thu Dec 22 23:47:16 2016 +0000
use grunt global tasks
---
debian/patches/00-load-grunt-tasks.diff | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/patches/00-load-grunt-tasks.diff b/debian/patches/00-load-grunt-tasks.diff
index e9a24b6..6172aea 100644
--- a/debian/patches/00-load-grunt-tasks.diff
+++ b/debian/patches/00-load-grunt-tasks.diff
@@ -12,9 +12,9 @@ Index: node-rx/Gruntfile.js
// Load all "grunt-*" tasks
- require('load-grunt-tasks')(grunt);
-+ grunt.loadNpmTasks('grunt-contrib-copy');
-+ grunt.loadNpmTasks('grunt-contrib-uglify');
-+ grunt.loadNpmTasks('grunt-contrib-concat');
++ grunt.loadNpmTasks('grunt-contrib-copy', '/usr/lib/nodejs');
++ grunt.loadNpmTasks('grunt-contrib-uglify', '/usr/lib/nodejs');
++ grunt.loadNpmTasks('grunt-contrib-concat', '/usr/lib/nodejs');
function createNuGetPackage(nuspec) {
var done = this.async();
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-rx.git
More information about the Pkg-javascript-commits
mailing list