From 60ed64d8df959efffcd5f1a65a07d51e63b4a164 Mon Sep 17 00:00:00 2001 From: Chad Engler Date: Thu, 13 Feb 2014 08:08:45 -0800 Subject: [PATCH] remove grunt-contrib-watch --- 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');