Html changes not reflecting in browser/ios application

I’m currently continuing an ionic 2 application made by an intern in our company and i’ve only been working with the javascript parts until now.

But when I start to work on the Html part, all changes that I have made on html are not showing in the application. Only the javascript changes are ok.

Anyone has an idea where the problem might be? Thanks!

I had the same problem. I had to disable the cache in the Developer tool settings in Chrome.

2 Likes

I’m having the same problem, but cache disabling doesn’t seem to work.

image

Actually the source files aren’t updating, somehow the Webpack compiler doesn’t treat html changes the same way as js or css changes.

Below a screenshot: one the left page-name.html, on the right main.js

Any ideas?

Yeah, I think I’m having the same problem.