We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb7f1a commit d87553aCopy full SHA for d87553a
1 file changed
Gruntfile.js
@@ -136,7 +136,18 @@ module.exports = function(grunt) {
136
nonull: true,
137
},
138
139
+ jshint: {
140
+ gruntfile: {
141
+ files: {
142
+ src: ['gruntfile.js']
143
+ }
144
145
+ },
146
watch: {
147
148
+ files: [ 'gruntfile.js' ],
149
+ tasks: [ 'jshint:gruntfile' ]
150
151
js: {
152
files: [
153
"<%= dirs.js_src %>/*.js"
0 commit comments