Skip to content

Commit b4ec5df

Browse files
committed
Add qunit step to 'grunt watch' task
1 parent 909d6f4 commit b4ec5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grunt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = function(grunt) {
3535
},
3636
watch: {
3737
files: '<config:lint.files>',
38-
tasks: 'lint'
38+
tasks: 'lint qunit'
3939
},
4040
jshint: {
4141
options: {

0 commit comments

Comments
 (0)