Skip to content

Commit

Permalink
BAU - watch for template changes and live reload
Browse files Browse the repository at this point in the history
  • Loading branch information
jonheslop committed May 2, 2019
1 parent c9d24ca commit c28e72c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'],
Expand Down

0 comments on commit c28e72c

Please sign in to comment.