diff --git a/Gruntfile.js b/Gruntfile.js index 3af6b8981f..92a9379875 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -83,6 +83,13 @@ module.exports = function (grunt) { livereload: true } }, + templates: { + files: ['app/**/*.njk'], + options: { + spawn: false, + livereload: true + } + }, assets: { files: ['app/assets/**/*', '!app/assets/sass/**'], tasks: ['copy:assets'],