You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like a way to start (and keep open) the karma server from grunt, without introducing the watch task. I use browserify for bundling etc so have no need for watch.
My current default task looks like:
grunt.registerTask("default",["browserify:dev"]);
I'd like to also start the karma server/runner as part of this default task:
I'd like a way to start (and keep open) the karma server from grunt, without introducing the watch task. I use browserify for bundling etc so have no need for watch.
My current default task looks like:
I'd like to also start the karma server/runner as part of this default task:
Karma starts but doesn't run any tests. If I start from the CLI directly, it works fine:
Is there some combination of config that will get this working? If not, should there be?
The text was updated successfully, but these errors were encountered: