Skip to content
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

Open
edetec opened this issue Feb 15, 2018 · 5 comments
Open

Demo app UI not refreshing on gulp build:watch #149

edetec opened this issue Feb 15, 2018 · 5 comments

Comments

@edetec
Copy link

edetec commented Feb 15, 2018

Bug Report or Feature Request (mark with an x)

- [x] bug report -> please search issues before submitting
- [ ] feature request

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.

  1. running gulp build:watch-fast and gulp serve:demo simultaneously

  2. 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

@AnthonyNahas
Copy link
Collaborator

can you try please instead of gulp:serve:demo ng serve in the demo directory ?
workflow:
In the first terminal run gulp build:watch_fast
In the second terminal run cd demo && ng serve

?

@edetec
Copy link
Author

edetec commented Apr 9, 2018

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.

@tinesoft
Copy link
Owner

tinesoft commented Apr 9, 2018

@edetec: You mean you removed the --aot option? from gulp serve:demo task to have the problem solved?

Can you share the link to your discoveries on angular problems related to the --aot option?

Thanks in advance

@edetec
Copy link
Author

edetec commented Apr 9, 2018

of course, I think is that angular/angular-cli#6347

@tinesoft
Copy link
Owner

tinesoft commented Apr 11, 2018

ok thanks!

i'll keep an eye on it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants