Only lint js/script.js as other files can't be trusted!
This commit is contained in:
parent
590f46da87
commit
282cc34ec4
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ module.exports = function(grunt) {
|
|||
}
|
||||
},
|
||||
jshint: {
|
||||
all: ['js/*.js']
|
||||
all: ['js/script.js']
|
||||
},
|
||||
uglify: {
|
||||
all: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue