[Pkg-javascript-commits] [libjs-handlebars] 01/01: use global tasks

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Nov 14 15:55:11 UTC 2016


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

praveen pushed a commit to branch master
in repository libjs-handlebars.

commit 972cb62801213a073364c54f4860e6cf731a08a5
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Nov 14 21:24:38 2016 +0530

    use global tasks
---
 debian/patches/series                 |  1 +
 debian/patches/use-global-tasks.patch | 11 +++++++++++
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..e092503
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+use-global-tasks.patch
diff --git a/debian/patches/use-global-tasks.patch b/debian/patches/use-global-tasks.patch
new file mode 100644
index 0000000..6591e28
--- /dev/null
+++ b/debian/patches/use-global-tasks.patch
@@ -0,0 +1,11 @@
+--- a/Gruntfile.js
++++ b/Gruntfile.js
+@@ -214,7 +214,7 @@
+   this.registerTask('release', 'Build final packages', ['eslint', 'amd', 'uglify', 'test:min', 'copy:dist', 'copy:components', 'copy:cdnjs']);
+ 
+   // Load tasks from npm
+-  grunt.loadNpmTasks('grunt-contrib-clean');
++  grunt.loadNpmTasks('grunt-contrib-clean','/usr/lib/nodejs');
+   grunt.loadNpmTasks('grunt-contrib-concat');
+   grunt.loadNpmTasks('grunt-contrib-connect');
+   grunt.loadNpmTasks('grunt-contrib-copy');

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



More information about the Pkg-javascript-commits mailing list