summaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
Diffstat (limited to 'Gruntfile.js')
-rw-r--r--Gruntfile.js1
1 files changed, 1 insertions, 0 deletions
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']);