Skip to content

Instantly share code, notes, and snippets.

@dasim
Created March 20, 2014 08:16
Show Gist options
  • Save dasim/9659369 to your computer and use it in GitHub Desktop.
Save dasim/9659369 to your computer and use it in GitHub Desktop.
Gruntifile.js watch task part
watch: {
sass: {
files: 'sass/**/*.sass',
tasks: ['sass:dev']
},
js: {
files: ['js/*.js'],
tasks: ['uglify:dev']
},
livereload: {
files: ['build/*.css', 'build/*.js'],
options: {
livereload: true,
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment