Hi there,
Is there a way to extract css to separate css files when running ng serve ?
I tried ng serve --extractCss but with no luck.
Is there a page or a file with all available commands and options for serve or build ?
Thank a lot for all the help.
Heya @mkoczorowski, you can find all the flags in our wiki: https://github.com/angular/angular-cli/wiki/serve
The one you wanted is --extract-css.
This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
_This action has been performed automatically by a bot._
Most helpful comment
Heya @mkoczorowski, you can find all the flags in our wiki: https://github.com/angular/angular-cli/wiki/serve
The one you wanted is
--extract-css.