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

CSS dependencies changes break rollup output #353

Closed
tivac opened this issue Aug 17, 2017 · 1 comment
Closed

CSS dependencies changes break rollup output #353

tivac opened this issue Aug 17, 2017 · 1 comment
Assignees

Comments

@tivac
Copy link
Owner

tivac commented Aug 17, 2017

When using rollup --watch changes to CSS files that aren't part of the JS dependency graph (not directly referenced) but are part of the CSS dependency graph causes output to be incorrect.

If you change enough directly-referenced files afterwards it does seem to clear itself up eventually.

@tivac tivac self-assigned this Aug 17, 2017
@tivac
Copy link
Owner Author

tivac commented Dec 13, 2017

This is still happening, seems to mostly happen when an entry files contains

import "./shared.css"

and then changes to that shared.css file happen. Sometimes that file gets lost, other times changes to a different file that is actually part of the CSS graph gets lost. It's intermittent, only shows up after the watcher's been running for a while, and is quite weird.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant