-
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 serves up blank page #223
Comments
Refer #209 |
I was having the same issue and to resolve I downgraded grunt-concurrent to 1.0.0 |
Thanks, it worked. |
Thank you so much for this ! Lost some time hope this info filters into more mainstream as it appears to be an ionic/cordova thing perhaps or at least hard to get a clue on why it fails.. |
this works!! |
@niyando @yogesh-kamble thanks. downgrading works. |
add link to issue diegonetto#223 to save people trouble/ prevent them for looking of other frameworks/ solutions
@yogesh-kamble Thanks thanks thanks mate for the solution |
@yogesh-kamble Thanks a lot man. |
@yogesh-kamble @niyando Thanks! |
+1 same issue. thanks to @niyando. it works now. but it on port 8100! ....(why?). it should be 9000 because of 'connect' config in the Gruntfile.json ...am I right? and one more question. will you update package.json file to have in devDependencies: ? thanks |
@refactorman the connect task is used within the coverage task only, check the Gruntfile at the bottom. If you want to run ionic on another port you'll have to run it with grunt serve -p port_number, -p port_number is passed onto ionic-cli |
Thank You! @JoaoGuedes |
Grunt serve brings a blank page with an error
While ionic serve works fine.
There are no errors in the build process so I'm not sure where the issue is.
Steps to reproduce:
Create a project without sass, standard plugins, no additional packages.
The text was updated successfully, but these errors were encountered: