Created
October 2, 2013 07:09
-
-
Save thebigredgeek/6790031 to your computer and use it in GitHub Desktop.
Workaround
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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