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');
|