-
Notifications
You must be signed in to change notification settings - Fork 12k
ng init creates a styles.css #2959
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Did you tell it not to override If yes, then it can be considered a bug. It's probably by design though. I expect that it doesn't respect I always run |
I told it not to override angular-cli.json. |
It's a bug. We don't ready the current |
Closing as obsolete |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
…-server With this change we disable the bundle budgets when using the dev-server as extra JavaScript for live-reloading will be added which could cause budgets to fail. Closes: angular#2959
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'?
The text was updated successfully, but these errors were encountered: