aboutsummaryrefslogtreecommitdiff
path: root/Gruntfile.js
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2014-06-27 16:50:40 +0200
committerVictor Häggqvist <[email protected]>2014-06-27 16:50:40 +0200
commite8571ad48565cfeff128215b890a5f2628dba0ed (patch)
tree18095703202f53c0eac4056819fcbbd3719ef675 /Gruntfile.js
parent86ea72c5acc96870bb2f9fac753d75307caf4d6e (diff)
update
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']);