-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Demo app UI not refreshing on gulp build:watch #149
Comments
can you try please instead of ? |
When I took a look at the angular problems, I discovered that the "--aot" parameter has some problems and this is one of them, so I changed the "serve: demo" task and it works. Sorry for not reporting before. Thanks. |
@edetec: You mean you removed the Can you share the link to your discoveries on angular problems related to the Thanks in advance |
of course, I think is that angular/angular-cli#6347 |
ok thanks! i'll keep an eye on it |
Bug Report or Feature Request (mark with an
x
)OS and Version?
Fedora 27 x86_64
Generator Version
[email protected]
Tools Version
yo 2.0.0
node v8.9.4
npm 5.6.0
Targeted Angular version
Angular 5.2.0
Repro steps.
running gulp build:watch-fast and gulp serve:demo simultaneously
change lib UI
The log given by the failure.
The demo is rebuilt but do not have last changes of lib
Desired functionality.
The demo should have the last changes of lib
Mention any other details that might be useful.
https://github.com/ESSS/ng-xform
The text was updated successfully, but these errors were encountered: