ibm mobilefirst - How to automatically reload changes HTML/CSS after "Run on Worklight Dev Server"? -
i have hybrid worklight app , every time change html code have delete app admin console, clean eclipse, clear chrome browsing data , redeploy.
how can automatically make wl reload html changes every time redeploy wl environment (no more remove console or clean eclipse)?
my first response is: huh?
totally not supposed this...
starting worklight 6.1, after change in of application's web resources (html, js, css, images, ...), after initial deployment of app (run > run on worklight development server) no longer need re-build app.
when preview app via worklight console, need refresh browser window. that's it.
you should not delete app worklight console or "clean eclipse".
that said, if talking previewing "common web resources" option in worklight console, may want (hopefully one-time action) to:
- close eclipse
- locate temp folder (windows, os x)
- delete
wlbuildresources
folder (optionallywlpreview
folder well) - open eclipse
- re-build
should work.
Comments
Post a Comment