-
Notifications
You must be signed in to change notification settings - Fork 12k
Closed
Labels
Description
os: darwin x64
angular cli: 1.0.0-beta11-webpack.2
node: 4.2.1
To reproduce:
- ng new fooproj --style=compass
- ng build
- ng serve
=> runtime error: (page fails to render)
Uncaught Error: Expected 'styles' to be an array of strings. (assertions.js 20)
Notes:
- --style=sass works as expected
- ng get defaults => "styleExt":"compass"
- Flailing around: tried npm install --save-dev angular-cli@webpack & ng init to no benefit.
- how can i use compasss with cli #784 how can i use compasss with cli #784 and Compass Not Working #1162 Compass Not Working #1162 were closed with Merge Webpack Feature branch into Master #1455 webpack merge.