remove grunt-contrib-watch

This commit is contained in:
Chad Engler 2014-02-13 08:08:45 -08:00
parent 58f9cf44bb
commit 60ed64d8df

View file

@ -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');