-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
start the server with grunt? #129
Comments
Yes that should be no problem, have you tried it? |
It's not working for me! karma version: 0.13.7 If I have a grunt Task like
the watch is working and is showing me which file has been changed and after 1 sec the console prints Here the Gruntfile tasks:
and the karma.conf.js
|
Is it possible to start the server with the grunt default task?
for exmaple in this way:
grunt.registerTask('default', ['karma:unit:start','open','concurrent:watchconnect']);
The text was updated successfully, but these errors were encountered: