-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Cannot easily update computed config members in ProjectConfig #823
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
Labels
Comments
Yes, this is an issue discussed before. I guess a way to handle is by using property accessors instead. If you have some spare time, a PR is welcome! |
@d3viant0ne Are you working on that one, or can I take over ? |
Any updates here? I can take it as well. |
This was referenced Jun 2, 2016
mgechev
added a commit
that referenced
this issue
Jun 5, 2016
mgechev
added a commit
that referenced
this issue
Jun 5, 2016
mgechev
added a commit
that referenced
this issue
Jun 5, 2016
mgechev
added a commit
that referenced
this issue
Jun 5, 2016
mgechev
added a commit
that referenced
this issue
Jun 6, 2016
Duplicate of #1429 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you set APP_SRC inside ProjectConfig you don't get .css files injected into index.html.
I guess the reason is that properties like CSS_SRC and APP_ASSETS are calculated using old/default value of APP_SRC.
I can change APP_SRC inside SeedConfig as a workaround.
The text was updated successfully, but these errors were encountered: