File: use-global-tasks.patch

package info (click to toggle)
node-jquery-textcomplete 1.7.3%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 256 kB
  • ctags: 42
  • sloc: makefile: 11; sh: 2
file content (13 lines) | stat: -rw-r--r-- 534 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: node-jquery-textcomplete/Gruntfile.js
===================================================================
--- node-jquery-textcomplete.orig/Gruntfile.js
+++ node-jquery-textcomplete/Gruntfile.js
@@ -4,7 +4,7 @@ module.exports = function (grunt) {
 
   'use strict';
 
-  grunt.loadNpmTasks('grunt-contrib-concat');
+  grunt.loadNpmTasks('grunt-contrib-concat','/usr/lib/nodejs');
 //  grunt.loadNpmTasks('grunt-contrib-connect');
 //  grunt.loadNpmTasks('grunt-contrib-uglify');
 //  grunt.loadNpmTasks('grunt-contrib-watch');