Skip to content

Instantly share code, notes, and snippets.

@bmarshall511
Created July 16, 2014 15:42
Show Gist options
  • Save bmarshall511/c301c737f51a8349360e to your computer and use it in GitHub Desktop.
Save bmarshall511/c301c737f51a8349360e to your computer and use it in GitHub Desktop.
Grunt Watch configuration file.
module.exports = {
gruntfile: {
files: 'Gruntfile.js',
tasks: ['jshint:gruntfile']
},
scripts: {
files: ['src/js/**/*.js'],
tasks: ['jshint:all']
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment