You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compile (ng start / build) with --extract-css true. Styles set in .angular-cli.json will be bundled into a single file (correct). Component styles are still inline (and, btw, have no sourcemaps).
Further question
Is it possible to concat component-styles with the main style.bundle.css to have a single css-file only? If this is done before sass runs, this would also solve #1253