]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Configure Grunt to reload when Gruntfile changes 4892/head
authorDavid Long <dave@davejlong.com>
Fri, 4 Apr 2014 14:50:52 +0000 (10:50 -0400)
committerDavid Long <dave@davejlong.com>
Fri, 4 Apr 2014 14:50:52 +0000 (10:50 -0400)
Gruntfile.js

index eff6cefda557dd265a01e4c5473594a5626be9b9..ba3fb2210f33e31e2173306406e8e0fdc9fe0939 100644 (file)
@@ -144,7 +144,12 @@ module.exports = function(grunt) {
     },
 
     watch: {
-      grunt: { files: ['Gruntfile.js'] },
+      grunt: {
+        options: {
+          reload: true
+        },
+        files: ['Gruntfile.js']
+      },
       karma: {
         files: [
           'dist/assets/js/*.js',