A small, strange building block. https://conduitry.dev/defiler
Go to file
Conduitry 23d6447f15 v0.17.3 2018-06-11 09:40:47 -04:00
src fix race condition: decrement waitingFor counts earlier 2018-06-11 09:33:24 -04:00
.eslintrc.yaml actual build process, linting, formatting, tweaks 2017-04-23 14:33:54 -04:00
.gitignore typo 2018-04-17 00:02:16 -04:00
.prettierrc.yaml .prettierrc -> .prettierrc.yaml 2018-06-06 19:39:30 -04:00
API.md update API docs 2018-04-24 13:22:17 -04:00
CHANGELOG.md v0.17.3 2018-06-11 09:40:47 -04:00
GUIDE.md update guide 2018-04-24 13:28:15 -04:00
LICENSE update docs 2018-01-30 06:47:33 -05:00
README.md update website 2018-06-06 16:35:42 -04:00
package.json v0.17.3 2018-06-11 09:40:47 -04:00
rollup.config.js use async_hooks for tracking contexts 2018-04-24 11:55:49 -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

Documentation

License

Copyright (c) 2017-2018 Conduitry