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

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Sep 25 12:03:03 UTC 2017


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

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

commit ec74825c168bc536053312076152ff7c6d293ab1
Author: Pirate Praveen <praveen at debian.org>
Date:   Mon Sep 25 17:28:35 2017 +0530

    use more global tasks
---
 debian/patches/use-global-tasks.patch | 28 ++++++++++++++++++++++++----
 1 file changed, 24 insertions(+), 4 deletions(-)

diff --git a/debian/patches/use-global-tasks.patch b/debian/patches/use-global-tasks.patch
index 6591e28..5606e81 100644
--- a/debian/patches/use-global-tasks.patch
+++ b/debian/patches/use-global-tasks.patch
@@ -1,11 +1,31 @@
 --- a/Gruntfile.js
 +++ b/Gruntfile.js
-@@ -214,7 +214,7 @@
+@@ -214,17 +214,17 @@
    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-concat');
+-  grunt.loadNpmTasks('grunt-contrib-connect');
+-  grunt.loadNpmTasks('grunt-contrib-copy');
+-  grunt.loadNpmTasks('grunt-contrib-requirejs');
+-  grunt.loadNpmTasks('grunt-contrib-uglify');
+-  grunt.loadNpmTasks('grunt-contrib-watch');
+-  grunt.loadNpmTasks('grunt-babel');
+-  grunt.loadNpmTasks('grunt-eslint');
+-  grunt.loadNpmTasks('grunt-saucelabs');
+-  grunt.loadNpmTasks('grunt-webpack');
 +  grunt.loadNpmTasks('grunt-contrib-clean','/usr/lib/nodejs');
-   grunt.loadNpmTasks('grunt-contrib-concat');
-   grunt.loadNpmTasks('grunt-contrib-connect');
-   grunt.loadNpmTasks('grunt-contrib-copy');
++  grunt.loadNpmTasks('grunt-contrib-concat','/usr/lib/nodejs');
++  //grunt.loadNpmTasks('grunt-contrib-connect','/usr/lib/nodejs');
++  grunt.loadNpmTasks('grunt-contrib-copy','/usr/lib/nodejs');
++  grunt.loadNpmTasks('grunt-contrib-requirejs','/usr/lib/nodejs');
++  grunt.loadNpmTasks('grunt-contrib-uglify','/usr/lib/nodejs');
++  //grunt.loadNpmTasks('grunt-contrib-watch','/usr/lib/nodejs');
++  grunt.loadNpmTasks('grunt-babel','/usr/lib/nodejs');
++  //grunt.loadNpmTasks('grunt-eslint','/usr/lib/nodejs');
++  //grunt.loadNpmTasks('grunt-saucelabs','/usr/lib/nodejs');
++  grunt.loadNpmTasks('grunt-webpack','/usr/lib/nodejs');
+ 
+   grunt.task.loadTasks('tasks');
+ 

-- 
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