-
Notifications
You must be signed in to change notification settings - Fork 467
Running bower install on new ionic project breaks reload #4
Comments
Interesting. Will look into that, thanks. |
Apparently using ionic 1.0 and angular 1.3.13 solves this. And it happens while loading lib/angular/.bower.json |
Those errors happen without plugin, or only when it is installed? |
Only with the plugin, they're actually output from the plugin. |
Can you, please, provide step-by-step guide on how to reproduce it? From creating new project to acquiring that error. Like:
and so on... |
Sure:
now, in two separate windows:
At this point editing index.html works perfectly fine and the app is correctly updated live. After that, running
(but really, adding any bower component or running bower update) cordova-hcp server correctly reports:
but the app doesn't update. If I run the app using xcode, instead of ionic run, i get the errors i pasted earlier. The error that makes everything hang (Error during update: Failed to load file) happens when the plugin tries to download |
Awesome, thanks for that! |
Well, it seems that this is a problem of the CLI client: it doesn't upload files with the That is why, when you do Will create an issue for CLI client. |
Created CLI client issue - nordnet/cordova-hot-code-push-cli#8 . This one is closed since it's not a plugin's issue. |
After following the quickstart procedure running bower update on the project root breaks cordova-hcp.
Changing the index.html in www doesn't cause the app to reload. Not even running ionic run updates the app correctly.
For me it was triggered by installing ionicons with the command ionic add ionicons.
That caused angular 1.4.3 to install, hope it's useful.
The text was updated successfully, but these errors were encountered: