Skip to content

Instantly share code, notes, and snippets.

@katapad
Created February 8, 2013 11:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save katapad/4738171 to your computer and use it in GitHub Desktop.
Save katapad/4738171 to your computer and use it in GitHub Desktop.
minmatch。grunt watchでnode_modulesとかを排除するときの書き方
files: ['**/*.js', '!public/**/*.js', '!node_modules/**/*.js'],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment