Skip to content

Instantly share code, notes, and snippets.

@kristerkari
Created August 7, 2013 20:13
Show Gist options
  • Save kristerkari/6178137 to your computer and use it in GitHub Desktop.
Save kristerkari/6178137 to your computer and use it in GitHub Desktop.
Grunt globbing perf
// # Globbing
// for performance reasons we're only matching one level down:
// 'test/spec/{,*/}*.js'
// use this if you want to recursively match all subfolders:
// 'test/spec/**/*.js'
From: https://github.com/addyosmani/polymer-grunt-example/blob/master/Gruntfile.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment