Skip to content

Commit 2192ab5

Browse files
committed
focus on linting the mobile files first
1 parent d27ee0a commit 2192ab5

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
@@ -67,7 +67,7 @@ module.exports = function( grunt ) {
6767
},
6868

6969
lint: {
70-
files: ['grunt.js', 'js/*.js', 'tests/**/*.js']
70+
files: ['grunt.js', 'js/**/*.mobile.*.js' ]
7171
},
7272

7373
// NOTE these configuration settings are used _after_ compilation has taken place

0 commit comments

Comments
 (0)