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'?
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
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'?