diff --git a/grunt.js b/grunt.js index 90ad7e56f..091452627 100644 --- a/grunt.js +++ b/grunt.js @@ -1,7 +1,7 @@ module.exports = function(grunt) { grunt.initConfig({ lint: { - all: ['*.js', 'app/*.js'] + all: ['*.js', 'app/*.js', 'instruments/instruments.js'] } , jshint: { all: {