Skip to content

Instantly share code, notes, and snippets.

@thebigredgeek
Created October 2, 2013 07:09
Show Gist options
  • Save thebigredgeek/6790031 to your computer and use it in GitHub Desktop.
Save thebigredgeek/6790031 to your computer and use it in GitHub Desktop.
Workaround
// list of files / patterns to load in the browser
files: [
'vendor/managed/angular/angular.js',
'vendor/managed/angular-mocks/angular-mocks.js',
'src/js/**/{%=name%}.js',
'src/js/**/!({%=name%}).js',
'test/unit/**/*.spec.js'
],
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment