remove watch, we don't use it right now

This commit is contained in:
Chad Engler 2014-02-02 10:29:29 -08:00
parent df8eb5f4fb
commit 97b27944e1

View file

@ -5,7 +5,6 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-contrib-uglify'); grunt.loadNpmTasks('grunt-contrib-uglify');
grunt.loadNpmTasks('grunt-contrib-connect'); grunt.loadNpmTasks('grunt-contrib-connect');
grunt.loadNpmTasks('grunt-contrib-yuidoc'); grunt.loadNpmTasks('grunt-contrib-yuidoc');
grunt.loadNpmTasks('grunt-contrib-watch');
grunt.loadTasks('tasks'); grunt.loadTasks('tasks');