Skip to content

Commit

Permalink
Add template files to watch task
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed Dec 22, 2012
1 parent 243ffc0 commit 460bf90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grunt.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = function(grunt) {
files: ['grunt.js','src/**/*.js']
},
watch: {
files: '<config:lint.files>',
files: ['<config:lint.files>', 'template/**/*.html'],
tasks: 'before-test test-run'
},
concat: {
Expand Down

0 comments on commit 460bf90

Please sign in to comment.