Skip to content

ng init creates a styles.css  #2959

@BenjaminHofstetter

Description

@BenjaminHofstetter

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

No one assigned

    Labels

    P5The team acknowledges the request but does not plan to address it, it remains open for discussiontype: bug/fix

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions