From e8571ad48565cfeff128215b890a5f2628dba0ed Mon Sep 17 00:00:00 2001 From: Victor Häggqvist Date: Fri, 27 Jun 2014 16:50:40 +0200 Subject: update --- Gruntfile.js | 1 + 1 file changed, 1 insertion(+) (limited to 'Gruntfile.js') diff --git a/Gruntfile.js b/Gruntfile.js index ddf8578..972e303 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -85,6 +85,7 @@ module.exports = function(grunt) { grunt.loadNpmTasks('grunt-contrib-copy'); grunt.loadNpmTasks('grunt-responsive-images'); grunt.loadNpmTasks('grunt-contrib-commands'); + grunt.loadNpmTasks('grunt-contrib-watch'); // Default task. grunt.registerTask('default', ['responsive_images', 'sass', 'copy', 'command']); -- cgit v1.2.3