From: David Long Date: Fri, 4 Apr 2014 14:50:52 +0000 (-0400) Subject: Configure Grunt to reload when Gruntfile changes X-Git-Tag: v5.2.3~83^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4892%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Configure Grunt to reload when Gruntfile changes --- diff --git a/Gruntfile.js b/Gruntfile.js index eff6cefda..ba3fb2210 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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',