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

fix(@ngtools/webpack): change of CSS no longer breaks rebuild #4334

Merged
merged 1 commit into from
Feb 2, 2017

Conversation

Brocco
Copy link
Contributor

@Brocco Brocco commented Feb 2, 2017

Fixes #4326
Fixes #4329

return Promise.resolve();
}

return silentExecAndWaitForOutputToMatch('ng', ['serve'], /webpack: bundle is now VALID|webpack: Compiled successfully./)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This line seems awfully long... is it more than 100 characters?

Copy link
Contributor

@hansl hansl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One nit. LGTM.

@Brocco
Copy link
Contributor Author

Brocco commented Feb 2, 2017

nit fixed using regex consts

@beeman
Copy link
Contributor

beeman commented Feb 2, 2017

@Brocco tested the fix in the PR, does not trigger the error anymore 👍

@hansl hansl merged commit 9afaa3a into angular:master Feb 2, 2017
@Brocco Brocco deleted the css-reload branch February 2, 2017 04:16
@born2net
Copy link

born2net commented Feb 2, 2017

great guys, when do you think this will get into NPM?

@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 11, 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

Successfully merging this pull request may close these issues.

Browser does not refresh after code changed Webpack rebuild error
5 participants