Description: Use global tasks
 Required to use globally installed grunt tasks
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -4,7 +4,7 @@
 
   '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');
