Break up grunt watch tasks

pull/749/head
lilia 10 years ago
parent eacca80a7d
commit ed13d47125

@ -129,8 +129,14 @@ module.exports = function(grunt) {
} }
}, },
watch: { watch: {
files: ['<%= jshint.files %>', './js/**/*.js', './stylesheets/**/!(manifest.css)'], scripts: {
tasks: ['jshint', 'sass'] files: ['<%= jshint.files %>', './js/**/*.js'],
tasks: ['jshint']
},
sass: {
files: ['./stylesheets/**/!(manifest.css)'],
tasks: ['sass']
}
}, },
connect: { connect: {
server: { server: {

Loading…
Cancel
Save