-
Notifications
You must be signed in to change notification settings - Fork 12k
ng new --style=sass generates scss files #13574
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
This is the indented behaviour see #13444 for more context. |
Thanks for your response @alan-agius4. |
@alan-agius4 how is a broken template intended behavior? I've never had to edit files before being able to serve a brand new template before |
This pull request changes the referenced extension for the sass language to the correct '.scss' ending. closes angular#13574
@ageisen2000, no that is indeed a bug and has been addressed in #13552 |
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?
Did not test it on versions prior to 7.3.0
Description
When generating a new app and selecting sass from the prompt, scss files are generated.
Also the angular.json file tries to reference styles.sass which does not exist.
🔬 Minimal Reproduction
ng new app
routing -> no
styles -> sass
🔥 Exception or Error
No Error, but when running `ng serve´ inside newly generated app it thows this error:
🌍 Your Environment
The text was updated successfully, but these errors were encountered: