Only lint js/script.js as other files can't be trusted!

This commit is contained in:
Mike Francis 2014-06-05 17:19:36 +01:00
parent 590f46da87
commit 282cc34ec4
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ module.exports = function(grunt) {
}
},
jshint: {
all: ['js/*.js']
all: ['js/script.js']
},
uglify: {
all: {