-
Notifications
You must be signed in to change notification settings - Fork 336
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
grunt serve runs but without effect #250
Comments
issue is with grunt-concurrent. |
Hi, grunt serve command doesn't work for me, using ionic serve, the app broken with some AngularJS error, i followed the instructions on the readme file, may i made a mistake? |
Is this project alive?. Having same issue here with default scaffolded project. EDIT: According to #210 (comment) concurrent: {
ionic: {
tasks: [],
options: {
logConcurrentOutput: false
} |
same error |
Thanks @xcafebabe , this works fine! |
+1 for this workaround |
Hi,
the tittle is not that much true.
The issue I'm having on newly generated blank ionic project is that 'grunt serve' runs without problem for all it's tasks, it even starts "ionic:serve" task but strange is that when I'm dirrected to 'http://localhost:8100/' page says: unable to connect.
When I run 'ionic serve' in the folder, the index.html page is on.
Strange. Even when I run 'grunt serve --verbose' I see NO line that could report any kind of issue, but without issuing 'ionic serve' explicitly, I can't get server/page on.
Can you suggest what could be the issue or where I should be looking?
Thanks!
The text was updated successfully, but these errors were encountered: