Index: node-jquery-textcomplete/Gruntfile.js
===================================================================
--- node-jquery-textcomplete.orig/Gruntfile.js
+++ node-jquery-textcomplete/Gruntfile.js
@@ -5,9 +5,9 @@ module.exports = function (grunt) {
   'use strict';
 
   grunt.loadNpmTasks('grunt-contrib-concat');
-  grunt.loadNpmTasks('grunt-contrib-connect');
-  grunt.loadNpmTasks('grunt-contrib-uglify');
-  grunt.loadNpmTasks('grunt-contrib-watch');
+//  grunt.loadNpmTasks('grunt-contrib-connect');
+//  grunt.loadNpmTasks('grunt-contrib-uglify');
+//  grunt.loadNpmTasks('grunt-contrib-watch');
 
   grunt.initConfig({
     pkg: grunt.file.readJSON('package.json'),
@@ -65,6 +65,6 @@ module.exports = function (grunt) {
     }
   });
 
-  grunt.registerTask('default', ['connect', 'watch']);
-  grunt.registerTask('build', ['concat', 'uglify']);
+//  grunt.registerTask('default', ['connect', 'watch']);
+  grunt.registerTask('build', ['concat']);
 };
