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.