Skip to content

Instantly share code, notes, and snippets.

@benglass
Created November 4, 2014 17:44
Show Gist options
  • Save benglass/796c6f61ca5a81d0009b to your computer and use it in GitHub Desktop.
Save benglass/796c6f61ca5a81d0009b to your computer and use it in GitHub Desktop.
watch: {
src: {
files: '<%= jshint.core.src %>',
tasks: ['jshint:src', 'qunit', 'concat']
},
test: {
files: '<%= jshint.test.src %>',
tasks: ['jshint:test', 'qunit']
},
less: {
files: 'less/**/*.less',
tasks: 'less'
},
livereload: {
files:['index.html', 'les/**/*.less'],
tasks:'default reload'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment