-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
feat: dynamic assets generation in dev mode #5949
Conversation
4d9504c
to
ee398e6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm but please fix npm lint errors first
ee398e6
to
b11b7f7
Compare
b11b7f7
to
2ecd558
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
@astagi I even make it easy to run those checks before committing ;-) |
Any one to finish review this @astagi or @stephanegigandet ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
@astagi it seems your approval is required since you requested changes ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Sorry for my late response@alexgarel lgtm!! |
Description:
Make dev life more easy by reinstalling nodejs modules at startup (avoid removing / recreating node modules volume) and rebuilding and watching assets
Related issues and discussion: #5846