[Pkg-javascript-commits] [libjs-handlebars] 01/01: remove eslint tasks

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Mon Nov 14 16:39:31 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 68942752a1cc741b86a00cbe0d9efeb4d1718129
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Mon Nov 14 22:09:11 2016 +0530

    remove eslint tasks
---
 debian/patches/remove-eslint.patch | 21 +++++++++++++++++++++
 debian/patches/series              |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/remove-eslint.patch b/debian/patches/remove-eslint.patch
new file mode 100644
index 0000000..c3d46f5
--- /dev/null
+++ b/debian/patches/remove-eslint.patch
@@ -0,0 +1,21 @@
+Index: libjs-handlebars/Gruntfile.js
+===================================================================
+--- libjs-handlebars.orig/Gruntfile.js
++++ libjs-handlebars/Gruntfile.js
+@@ -201,7 +201,6 @@ module.exports = function(grunt) {
+ 
+   // Build a new version of the library
+   this.registerTask('build', 'Builds a distributable version of the current project', [
+-                    'eslint',
+                     'parser',
+                     'node',
+                     'globals']);
+@@ -211,7 +210,7 @@ module.exports = function(grunt) {
+   this.registerTask('globals', ['webpack']);
+   this.registerTask('tests', ['concat:tests']);
+ 
+-  this.registerTask('release', 'Build final packages', ['eslint', 'amd', 'uglify', 'test:min', 'copy:dist', 'copy:components', 'copy:cdnjs']);
++  this.registerTask('release', 'Build final packages', ['amd', 'uglify', 'test:min', 'copy:dist', 'copy:components', 'copy:cdnjs']);
+ 
+   // Load tasks from npm
+   grunt.loadNpmTasks('grunt-contrib-clean','/usr/lib/nodejs');
diff --git a/debian/patches/series b/debian/patches/series
index e092503..fb72d6f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 use-global-tasks.patch
+remove-eslint.patch

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