Skip to content

Commit d8bfb59

Browse files
committed
add node js files to jshint grunt section
1 parent c6040a2 commit d8bfb59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gruntfile.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = function (grunt) {
1010
'Gruntfile.js'
1111
, 'lib/**/*.js'
1212
, 'plugins/jquery.fileapi.js'
13+
, 'node/**/*.js'
1314
],
1415

1516
options: {

0 commit comments

Comments
 (0)