mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-20 21:42:38 +08:00
With this change we re-emit assets referenced in component stylesheets which where uneffected by the change that re-triggered a re-compilation. Since we cache the the result of processed component CSS, during a re-compilation `postcss-cli-resources` plugin will not run which causes assets to be to emit. With this change we now cache the asset and re-emit them on every change. Closes #20882