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

Incremental builds #198

Closed
strarsis opened this issue Dec 22, 2015 · 2 comments
Closed

Incremental builds #198

strarsis opened this issue Dec 22, 2015 · 2 comments

Comments

@strarsis
Copy link

strarsis commented Dec 22, 2015

Does this loader support or even webpack as whole incremental builds?
Where only changed/new files are processed, the rest just taken from cache?

@Phoenixmatrix
Copy link

It does, in a way. if you require('./foo') and require('./bar') where foo and bar are scss files, and you change foo, it will only recompile foo, not bar.

Where it doesn't (and can't really because of how node-sass works) is if bar @import baz, and you change baz, it will recompile bar (and everything bar imports).

@alexander-akait
Copy link
Member

Duplicate #296.

Closing this out, please feel free to reopen if your think what issue don't related to issue above. Thanks!

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

No branches or pull requests

3 participants