Skip to content

Commit

Permalink
Using gruntfile.js from master
Browse files Browse the repository at this point in the history
  • Loading branch information
tsadler1988 committed Oct 14, 2015
1 parent 784b55a commit a0708f5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,14 @@ module.exports = function (grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON("package.json"),
jshint: {
files: ['static/script/**/*.js',
'static/script-tests/**/*.js'],
files: ['static/script/**/*.js'],
options: {
jshintrc: '.jshintrc',
// options here to override JSHint defaults
ignores: [
'static/script/lib/*',
'static/script/devices/googletv.js',
'static/script-tests/api/jquery.js',
'static/script-tests/lib/sinon.js',
'static/script-tests/lib/require.js',
'static/script/devices/data/json2.js'
'static/script/devices/data/json2.js',
'static/script/widgets/horizontalcarousel.js'
]
}
},
Expand Down

0 comments on commit a0708f5

Please sign in to comment.