Changes not reflecting in src to www

There is one folder src in project structure, it contains manifest.json, index.html and lots…
same files present in www folder,
but when i am modifying src files, like title in index.html file or “name”: in manifest file it is not reflecting in www folder after ionic build, or ionic run browser.

  1. Where we have to place the images www/assets/imgs/ or src/assets/imgs/

There was a bug in app-scripts 0.0.36

It’s resolve but not yet delivered (see issue linked here under).

In my case, in the meantime, I just wrote a gulp task which copy things from src to www which I call when I need till that fix will be delivered.