From 97b27944e1a52507b79a7f8bd337a024fc1d92c4 Mon Sep 17 00:00:00 2001 From: Chad Engler Date: Sun, 2 Feb 2014 10:29:29 -0800 Subject: [PATCH] remove watch, we don't use it right now --- Gruntfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index d0215a1..5832524 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -5,7 +5,6 @@ module.exports = function(grunt) { grunt.loadNpmTasks('grunt-contrib-uglify'); grunt.loadNpmTasks('grunt-contrib-connect'); grunt.loadNpmTasks('grunt-contrib-yuidoc'); - grunt.loadNpmTasks('grunt-contrib-watch'); grunt.loadTasks('tasks');