Closed huangyingjie closed 10 years ago
I read the code, found that the options.client
defined in Gruntfile.js
will always override the one which defined in karma.conf.js
, even though I didn't define it in Gruntfile. I suggest karma
make a deep clone for options.client
, not just replace it.
hi,I need to add some YUI_config to the client, so I can use them on the page by fetching from
__karma__.config
It is ok when I use
karma start
, but failure when use grunt-karma.How can I fix this problem? I do not want to pass them from command line, it is too long and inconvenient.