Closed cgross closed 10 years ago
I like and need!
Thanks a lot, I really like this. Could do two things for me,
feat: Flatten files option according to grunt plugin standard.
Ok. done.
Thanks.
Fantastic! I've been wanting this too :+1:
Could you please create a new release and update package.json
so I can get these updates via npm?
Many Thanks!
@wagerfield done, 0.8.3
is released.
Awesome! Thanks a million, works great :smiley_cat:
Since grunt-karma doesn't allow grunt to handle the source files using the standard Grunt way, you loose the automatic array flattening. This is useful when referencing other vars in your files array (and those vars are themselves arrays). This has happened to use in cgross/generator-cg-angular#23.
I think changing grunt-karma to be a good acting grunt plugin by using the standard fileSrc would be best (ala #60). But that will require breaking changes to how users specify their options. This change does not go that far and thus can be applied with no compatibility problems.