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.
 
 
Go to file
Conduitry 2337e57611 version 2.2.2 6 months ago
dist adjust how types are exposed 2 years ago
src trigger deadlock checks during defiler.get() 9 months ago
.gitignore adjust how types are exposed 2 years ago
.prettierrc.yaml prettier: printWidth=120 5 years ago
API.md fix typo in API docs 8 months ago
CHANGELOG.md version 2.2.2 6 months ago
GUIDE.md update docs 5 years ago
LICENSE update docs 5 years ago
README.md update readme 3 years ago
package.json version 2.2.2 6 months ago
rollup.config.js update to Rollup 3 6 months ago
tsconfig.json add compilerOptions.moduleResolution=node 9 months ago

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