Skip to content

Commit

Permalink
adding v1 of the angular bigboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Stahl committed Oct 10, 2013
1 parent 5c96837 commit 0c4cde9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,12 @@ module.exports = function(grunt) {
}
},
jshint: {
files: ['Gruntfile.js', 'src/**/*.js',],
files: ['Gruntfile.js',
'src/**/*.js',
],
options: {
jshintrc: '.jshintrc',
ignores: ['src/bower_components/**']
}
},
less: {
Expand Down

0 comments on commit 0c4cde9

Please sign in to comment.