-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Regression in 7.3.0 when choosing SASS as preprocessor #13550
Comments
Thank you, wkurniawan07! I spent a good half a day wrestling this one... checked my setup environment in a million places after not finding anything on Google yesterday. Even started a thread on Stack Overflow: https://stackoverflow.com/questions/54463979/angular-7-cli-generated-project-throws-error-in-multi-src-styles-sass |
I have the same bug. Just updated my CLI to latest but there is a typo in the cli source code (i guess) The
|
I have zero experience with the internals of Angular but could this bug be caused by line 129 in this file? https://github.com/angular/angular-cli/blob/master/packages/schematics/angular/ng-new/schema.json I'm wondering if |
I have number of files with extension .scss. Do i have to change the extension to scss to sass? |
@karamjeetiron, no you don't have too. The extension should be See #13444 |
This has been corrected in CLI 7.3.1 and all newly generated applications will contain the correct file extensions. Existing projects suffering from this issue will need to manually update the file extension in |
ref: github.com/angular/angular-cli/issues/13550
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. |
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was: All 7.x before 7.3.0
Description
When choosing Sass as the stylesheet preprocessor, CLI produces
styles.scss
butangular.json
expectsstyles.sass
.Previous available choice of "Scss" is gone.
🔬 Minimal Reproduction
ng new
Sass
as the stylesheet formatng build
orng serve
🔥 Exception or Error
[...]
above refers to the project folder.The text was updated successfully, but these errors were encountered: