A small, strange building block.
https://conduitry.dev/defiler
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 months ago | |
---|---|---|
dist | 2 years ago | |
src | 9 months ago | |
.gitignore | 2 years ago | |
.prettierrc.yaml | 5 years ago | |
API.md | 8 months ago | |
CHANGELOG.md | 6 months ago | |
GUIDE.md | 5 years ago | |
LICENSE | 5 years ago | |
README.md | 3 years ago | |
package.json | 6 months ago | |
rollup.config.js | 6 months ago | |
tsconfig.json | 9 months ago |
README.md
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