You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2020. It is now read-only.
When source code is watched, you can edit sass files, ts files, html templates but not index.html. It will not be detected by the watcher and thus not trigger a livereload event.
What behavior are you expecting?
Everything inside src should be editable and "livereloadable".
Steps to reproduce:
ionic serve
Edit index.html inside src folder
Tried to add a watch.config.js file inside my project referenced inside package.json by the config property ionic_watch, did not work:
Short description of the problem:
When source code is watched, you can edit sass files, ts files, html templates but not index.html. It will not be detected by the watcher and thus not trigger a livereload event.
What behavior are you expecting?
Everything inside
srcshould be editable and "livereloadable".Steps to reproduce:
Tried to add a
watch.config.jsfile inside my project referenced insidepackage.jsonby the config propertyionic_watch, did not work:./package.json
./config/watch.config.js
Which @ionic/app-scripts version are you using?
0.0.28