node.js - Ionic build not reflecting changes when running or deploying to app -


i using standard ionic template project generated webstorm.

when make simple changes (like adding test alert(...)) in app.run(...) in app.js , run following set of commands, changes not reflected when app runs or deployed phone.

the following commands ran root of project.

gulp ionic build android ionic run|emulate android 

is there missing not reflect changes making?

recently experienced issue. helped me removing android platform:

ionic platform rm android 

then, re-adding it.

ionic platform add android 

make sure delete app device before running/installing again, run:

ionic run android 

hope helps


Comments

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

node.js - Why do I get "SOCKS connection failed. Connection not allowed by ruleset" for some .onion sites? -

matlab - 0-by-1 sym - What do I need to change in order to get proper symbolic results? -