A small, strange building block. https://conduitry.dev/defiler
Go to file
Conduitry 9c0f031f00 expose types first in export map 2022-12-12 19:22:39 -05:00
dist adjust how types are exposed 2021-10-04 10:10:42 -04:00
src trigger deadlock checks during defiler.get() 2022-08-28 06:04:20 -04:00
.gitignore adjust how types are exposed 2021-10-04 10:10:42 -04:00
.prettierrc.yaml prettier: printWidth=120 2018-10-11 10:43:32 -04:00
API.md fix typo in API docs 2022-09-26 21:48:15 -04:00
CHANGELOG.md fix typo in changelog 2022-09-02 10:31:50 -04:00
GUIDE.md update docs 2018-06-29 00:52:38 -04:00
LICENSE update docs 2018-12-10 15:17:57 -05:00
README.md update readme 2020-10-26 02:37:28 -04:00
package.json expose types first in export map 2022-12-12 19:22:39 -05:00
rollup.config.js update to Rollup 3 2022-12-12 10:35:17 -05:00
tsconfig.json add compilerOptions.moduleResolution=node 2022-08-28 06:02:04 -04:00

README.md

Defiler: A small, strange building block.

npm version

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

Documentation

License

MIT