gulachek / esmakefile

Make based build system in JavaScript
MIT License
0 stars 0 forks source link

Cache file stat per build #49

Open gulachek opened 4 months ago

gulachek commented 4 months ago

Seems like a waste of time to stat the same file twice in a build. As soon as target recipe starts the cache should be invalidated for that path