in src/assets… basically, everything in www will be wiped out every time the app is rebuild… the index.html and everything in src/assets will be copied out into www…
if previously, you were referring to your image as image/someimage.jpg, now its assets/image/someimage.jpg… sorry… I should say the whole assets folder will be copied into www… not just the folders inside it…