Skip to content

Commit

Permalink
test: watch integration html and json files (#1598)
Browse files Browse the repository at this point in the history
  • Loading branch information
straker committed May 29, 2019
1 parent 7d938c0 commit 3de0b05
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Gruntfile.js
Expand Up @@ -242,7 +242,12 @@ module.exports = function(grunt) {
}, [])
},
watch: {
files: ['lib/**/*', 'test/**/*.js', 'Gruntfile.js'],
files: [
'lib/**/*',
'test/**/*.js',
'test/integration/**/!(index).{html,json}',
'Gruntfile.js'
],
tasks: ['build', 'testconfig', 'fixture']
},
testconfig: {
Expand Down

0 comments on commit 3de0b05

Please sign in to comment.