- handle basePath option for preprocessors paths (1a45103), closes #146
- Make background option work with grunt tasks written in CoffeeScript (52174ef), closes #174
<a name"0.12.0">
- Updating grunt-karma to use the new API interface from Karma (5d1881c9)
- ensure files passed to karma are flat (6075d692, closes #142)
<a name"0.11.2">
<a name"0.11.1">
- Allow karma release candidate as peer dependency (5cdb1844)
<a name"0.11.0">
- Allow for karma.conf to be used correctly Now client config is only passed to ka (15fee6f9, closes #119)
- Update dependencies (002926f4)
- Flatten files array. (7fe05940, closes #142
- add conventional-changelog (72c67e3)
- Bump Karma depdency to ~0.9.2 (23a4f25)
- make configFile optional (cee07ab)
- Flatten
files
input (@cgross)
- Emergency fix: Don't pass anything to karma if no browsers are defined.
- Kill background child process on main process exit. (@trabianmatt)
- Fix passing
client.args
through the commandline. - Actually override the browsers array.
- Set client default args.
- Merge
client.args
from all sources.
- Update to
[email protected]
#0.3.0
- changed name from gruntacular to grunt-karma
#0.2.0
- support config sharing via options property
- basic example/test suite
- slight refactor
- use latest testacular
#0.1.1
- initial version
- docs