-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(task): let Grunt do the file matching
Use the task's `files` property, but merge with `options.files`, so we can specify some files that should be available in all test-targets. Grunt's file objects may be extended with the file options supported by Karma (included, watched). Projects that use the undocumented `karma.<target>.files` option should rename this option and use `karma.<target>.src` instead.
- Loading branch information
1 parent
f900008
commit cb53dea
Showing
2 changed files
with
50 additions
and
8 deletions.
There are no files selected for viewing
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
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
cb53dea
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This break the posibility to let the files be defined in the karma config, and forces it to be defined only in gruntfile.