Closed last-partizan closed 8 years ago
@last-partizan Here's similar example with less, but imports is the problem here. https://gist.github.com/TrySound/59f346854dc699705dc9141824097fd4
Nice idea for filtering only changed files before less, thanks.
I don't think such magic exists as there is no dependency tree in gulp. You should probably use webpack with postcss loader that seems to have this ability.
Hello, is there an option to rebuild only changed files?
Just now i'm using gulp with config like this:
And after changing some file, it rebuilds all; Is there some magick that rebuilds only changed files? And rebuild dependent files when using "@import" and postcss-import ?