axa-ch / metalsmith-incremental

Faster incremental builds for MetalSmith

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dependencies of filtered files are not considered

AndyOGo opened this issue · comments

In case of someone uses a tool like metalsmith-branch to select all pug files, but exclude/filter one directory layouts.
Then if any pug file extends a file within layouts, this file wont relinquish it's dependencies, because it's not reachable from the files array.

One big hammer solution could be #7

This can be workarounded by using paths option