ionic-team / ionic-app-scripts

App Build Scripts for Ionic Projects
http://ionicframework.com/
MIT License
609 stars 300 forks source link

Can't watch for changes of `src/index.html` on localhost #1538

Closed Johhno closed 4 years ago

Johhno commented 4 years ago

Note: for support questions, please use one of these channels:

https://forum.ionicframework.com/ http://ionicworldwide.herokuapp.com/

Short description of the problem:

"wamp64\www\Demo\platforms\android\app\src\main\assets\www\index.html" I can not watch changes on index/html

What behavior are you expecting?

i am expecting changes when i save and use the command "ionic serve"

Steps to reproduce:

  1. Open index.html
  2. Adding letters

<ion-item>
    <ion-label position="stacked">Prénoms <ion-text color="danger">*</ion-text></ion-label>
    <ion-input required type="text" oninput="handleFirstNameValue(event)"></ion-input>
</ion-item>

Which @ionic/app-scripts version are you using? ionic -v => 5.4.2

Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc) https://github.com/ionic-team/ionic-app-scripts/commit/f4930f339f050fc4d09d8985639e98cbb3042d9e https://github.com/ionic-team/ionic-app-scripts/issues/93

Johhno commented 4 years ago

i just had to commit