This is excellent. The contents of the 'dist' folder looks perfect!
But ionic prepare
still copies from www
to platforms/...
. It is not aware of the dist
folder. An explanation of this critical step is missing.
If I delete everything from my gulpfile ionic still runs prepare normally. So it seems as though ionic isn't even reading the gulpfile at all. How do I get it to build / prepare from the dist
folder?