Skip to content

Instantly share code, notes, and snippets.

@vladikoff
Created April 12, 2013 02:19
Show Gist options
  • Save vladikoff/5368798 to your computer and use it in GitHub Desktop.
Save vladikoff/5368798 to your computer and use it in GitHub Desktop.
watch: {
scripts: {
files: ['**/*.js'],
tasks: ['compile-all-things'],
}
}
grunt.registerTask('mywatch', ['compile-all-things', 'watch']);
// run
grunt mywatch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment