Skip to content

Commit babf815

Browse files
committed
Fixes broken grunt watch task.
1 parent 9cbe375 commit babf815

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

grunt.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,10 @@ module.exports = function( grunt ) {
105105
files: "test/index.html"
106106
},
107107
watch: {
108-
files: [ "<config:lint.files>", "src/**/*.js" ],
108+
files: [
109+
"<config:lint.dist>", "<config:lint.grunt>", "<config:lint.test>",
110+
"src/**/*.js"
111+
],
109112
tasks: "dev"
110113
},
111114
uglify: {}

0 commit comments

Comments
 (0)