Skip to content

Instantly share code, notes, and snippets.

@eupharis
Created August 16, 2013 01:17
Show Gist options
  • Save eupharis/6246424 to your computer and use it in GitHub Desktop.
Save eupharis/6246424 to your computer and use it in GitHub Desktop.
watch: {
scripts: {
files: [js + '/**/*.js'],
tasks: ['concat:js'],
},
handlebars: {
files: ['templates/**/*.hbs'],
tasks: ['handlebars'],
},
css: {
files: ['stylesheets/*.css'],
tasks: ['concat:css'],
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment