-
Notifications
You must be signed in to change notification settings - Fork 12k
styleUrls resolve issue (when building with AoT & have custom naming) #8829
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
The observed behavior is definitely incorrect. Out of curiosity, what is the use case for adding a |
Hi @clydin, we use Visual Studio and it makes file nesting out of the box if one file name contains another file name. So there are two reasons why we want to keep such naming:
content of css file is empty, no other changes are needed, right now I've tried in macOS and same issue:
|
For the record (i'm closing #8904): this happens with all files that require a loader.
And @clydin for me, i'm naming like that because .ts.pug & .ts.scss files pop below their .ts counterpart in vscode (sorted alphabetically). Full 1-click step to reproduce the issue:
|
I have same problem and can't update my project to latest angular version. It will be perfect to fix this issue in 6.0 |
Just tried with |
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. |
Versions
Repro steps
ng new test
app.component.css
->app.component.ts.css
(filename & styleUrls in ts file)ng build --prod
orng build --aot
Observed behavior
Build process just stops, without any error, after few seconds.
Desired behavior
Build for production and get output files in dist folder
Mention any other details that might be useful (optional)
Also tried -v parameter but didn't get any other output, same result.
The text was updated successfully, but these errors were encountered: