Skip to content

Instantly share code, notes, and snippets.

@cakesmith
Created July 11, 2014 12:54
Show Gist options
  • Select an option

  • Save cakesmith/40f403ffa8a3a8d76ed6 to your computer and use it in GitHub Desktop.

Select an option

Save cakesmith/40f403ffa8a3a8d76ed6 to your computer and use it in GitHub Desktop.
minimatch to exclude *.spec.js from grunt globbing!

#Minimatch pattern to exclude *.spec.js from grunt

'app/scripts/**/!(*spec).js'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment