A small, strange building block. https://conduitry.dev/defiler
Go to file
Conduitry 396db588d6 v0.16.0 2018-04-16 23:54:17 -04:00
src combine read/added/deleted flags into one type field 2018-04-16 23:31:20 -04:00
.eslintrc.yaml actual build process, linting, formatting, tweaks 2017-04-23 14:33:54 -04:00
.gitignore add rollup as devDependency; use pnpm; other adjustments 2018-04-11 09:17:50 -04:00
.prettierrc more standard code style 2018-04-11 13:25:56 -04:00
API.md update API docs 2018-04-16 23:37:23 -04:00
CHANGELOG.md v0.16.0 2018-04-16 23:54:17 -04:00
GUIDE.md guide usage fixes 2018-04-16 23:51:16 -04:00
LICENSE update docs 2018-01-30 06:47:33 -05:00
README.md update docs 2018-03-29 11:03:06 -04:00
package.json v0.16.0 2018-04-16 23:54:17 -04:00
rollup.config.js more standard code style 2018-04-11 13:25:56 -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