Description: Disable optional tasks
 These can be safely ignored
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -5,9 +5,9 @@
   '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 @@
     }
   });
 
-  grunt.registerTask('default', ['connect', 'watch']);
-  grunt.registerTask('build', ['concat', 'uglify']);
+//  grunt.registerTask('default', ['connect', 'watch']);
+  grunt.registerTask('build', ['concat']);
 };
