defiler
v2.2.2
Published
A small, strange building block
Downloads
25
Readme
Defiler: A small, strange building block.
Defiler is a small build tool framework with strange opinions. It was born out of a desire to redo the build process for my various personal websites. I wanted something that was very flexible, kept everything in memory as it was building, and could handle arbitrary dependencies between files so that when something changed, only the necessary files would be re-built.
Defiler is a build tool for people who find build tools interesting.
Requirements
- Node.js 12.17+/13.10+/14+ (any version that includes
async_hooks.AsyncLocalStorage
) - Insanity