1
0
Fork
You've already forked defiler
0
No description
  • TypeScript 97.9%
  • JavaScript 2.1%
Find a file
2022年12月12日 19:23:31 -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 version 2.2.2 2022年12月12日 19:23:31 -05:00
GUIDE.md update docs 2018年06月29日 00:52:38 -04:00
LICENSE update docs 2018年12月10日 15:17:57 -05:00
package.json version 2.2.2 2022年12月12日 19:23:31 -05:00
README.md update readme 2020年10月26日 02:37:28 -04: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

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