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
Post a Comment