-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
P5The team acknowledges the request but does not plan to address it, it remains open for discussionThe team acknowledges the request but does not plan to address it, it remains open for discussiontype: bug/fix
Description
OS?
Mac OSX El Capitan
Versions.
angular-cli: 1.0.0-beta.19-3
node: 6.9.1
os: darwin x64
Repro steps.
this is an angular cli project
The log given by the failure.
I did an update of angular cli
rm -rf node_modules dist tmp
npm install --save-dev angular-cli@latest
npm install
ng init
I am using a src/styles.scss instead of a src/styles.css. 'ng init' creates a new src/styles.css file. And I have to remove it manually every time I do an angular cli update.
Is it possible to check the app.styles array in angular-cli.json to avoid the creation of the src/styles.css during 'ng init'?
Metadata
Metadata
Assignees
Labels
P5The team acknowledges the request but does not plan to address it, it remains open for discussionThe team acknowledges the request but does not plan to address it, it remains open for discussiontype: bug/fix