Skip to content
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

ng update @angular/cli #10563

Closed
nhhockeyplayer opened this issue May 1, 2018 · 5 comments
Closed

ng update @angular/cli #10563

nhhockeyplayer opened this issue May 1, 2018 · 5 comments

Comments

@nhhockeyplayer
Copy link

nhhockeyplayer commented May 1, 2018

[ X ] Bug

version 6.0.0-rc.2+

Repro steps

Migrate a previous 1.6 project that has three styles files configured

Observed behavior

subsequent angular-cli.json files wont build

@nhhockeyplayer
Copy link
Author

this is the original .angular-cli.json configuration

            "styles": [
                "styles.scss",
                "styles-app-loading.scss",
                "../node_modules/ngx-bootstrap/datepicker/bs-datepicker.scss"
            ],

after update it produced this

            "styles": [
              "src/styles.scss",
              "src/styles-app-loading.scss",
              "node_modules/ngx-bootstrap/datepicker/bs-datepicker.scss"
            ],

@nhhockeyplayer
Copy link
Author

workaround

              "styles": [
                  {
                      "input": "src/styles.scss"
                  }
              ],

@filipesilva
Copy link
Contributor

Heya, can you give me a repro I can follow to see that? The paths look right to me. How does it fail building?

@nhhockeyplayer
Copy link
Author

I am closing this

sorry for distraction

I confused the output with this bug

#9994

build system seems to be in major play...
praying for some kind of workaround from this one #9994

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants