Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Lint bin/htmlhint in addition to src/ and test/ files
  • Loading branch information
jawshooah committed Jun 2, 2015
commit a4c5542c2fefef7009ca8834c72635d11b67e735
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ module.exports = function(grunt) {
pkg: grunt.file.readJSON('package.json'),
jshint: {
all: {
src: ['Gruntfile.js', 'src/**/*.js', 'test/**/*.js'],
src: ['Gruntfile.js', 'src/**/*.js', 'test/**/*.js', 'bin/*'],
options: {
jshintrc: ".jshintrc"
}
Expand Down