javascript - How to force Karma to watch it's own configuration file (karma.conf.js)? -
i starting angular.js development...
i did notice karma not watch it's own configuration file (karma.conf.js), neither if add dependencies 'files' array...
i don't know if it's design, find quite annoying, since i'm starting karma/jasmine, , tune configuration parameteres...
is there way force karma watch it's own configuration file?
update: enabling loglevel: config.log_debug see:
warn [watcher]: files matched "/app-base-path/karma.conf.js" excluded.
so, it's excluded design...
can explain rationale behind decision?
karma not right now, right - should!
it bugs me everyday apparently didn't bug me enough it. it's not super trivial , of config properties require complete re-bootstrap.
anyway, here ticket it. feel free send pull request. i'm happy discuss possible ways how implement it.
Comments
Post a Comment