-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ng serve not creating new hash on code updates #4422
Comments
Same on Win 10, the hash stays the same. If I change the html it works, but not for TS. |
Seems like this is a problem mostly with Windows. We'll investigate. Thanks! |
Can confirm issue on Windows 10, changing something in the stylesheets will also trigger a refresh correctly. |
Same here with ngtools 1.2.7 is happening, I've installed 1.2.4 for keep working |
Dup of #4338? |
I faced with the same problem on Ubuntu 16.04 and angular CLI 1.0.0-beta.30 The problem was related with Inotify Watches Limit on Linux.
After that I restarted my IDE (WebStorm in my case) and after that the change detection started to work. |
…iles (angular#4384) Fix WebpackCompilerHost's cache invalidation behavior on Windows systems. Previously, no call to _resolve was made, causing paths with backslashes not to match the file cache. Fixes angular#4422 Fixes angular#4345 Fixes angular#4338
…iles (angular#4384) Fix WebpackCompilerHost's cache invalidation behavior on Windows systems. Previously, no call to _resolve was made, causing paths with backslashes not to match the file cache. Fixes angular#4422 Fixes angular#4345 Fixes angular#4338
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
OS?
Win 8
Versions.
1.0.0-beta.30
Repro steps.
Originally created in 1.0.0-beta.26, I followed the update steps on the main GIT page to update to 30.
The log given by the failure.
Not a failure, persay. When I run ng serve, the initial compilation works out. When I change code, it triggers the compiler to rebuild the files, but the same hash is served, and the files don't seem to update. I have to stop ng serve and restart it each time I make a code change to see my changes reflected.
The text was updated successfully, but these errors were encountered: