Hi,
If I modify src/index.html file (for example adding a script) like in the example (http://www.joshmorony.com/ionic-2-how-to-use-google-maps-geolocation-video-tutorial/), and I run “ionic serve” command. The first time it will generate www/index.html file as expected.
When I change again the src/index.html file and I re-run the “ionic serve” command the www/index.html doesn’t update to reflect the changes, I have to remove it to let “ionic serve” regenerate.
The other html files under pages directory are correctly regenerated, so I believe that it is a bug.
Anyone else has the same issue?
I am using Ionicframework 2 rc1
My environment is:
{ npm: ‘3.10.3’,
ares: ‘1.10.1-DEV’,
http_parser: ‘2.7.0’,
icu: ‘57.1’,
modules: ‘48’,
node: ‘6.7.0’,
openssl: ‘1.0.2j’,
uv: ‘1.9.1’,
v8: ‘5.1.281.83’,
zlib: ‘1.2.8’ }
OS : macOS Sierra