Skip to content

Instantly share code, notes, and snippets.

@adparadise
Created November 2, 2012 23:21
Show Gist options
  • Save adparadise/4004981 to your computer and use it in GitHub Desktop.
Save adparadise/4004981 to your computer and use it in GitHub Desktop.
Grunt watch task configuration
watch: {
scripts: {
files: "src/**/*.js",
tasks: "concat"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment