A small, strange building block. https://conduitry.dev/defiler
Go to file
Conduitry 8e41bbef55 add initial version of guide 2018-03-07 09:37:32 -05:00
src simplify API and add type checking 2018-03-07 01:31:58 -05:00
.eslintrc.yaml actual build process, linting, formatting, tweaks 2017-04-23 14:33:54 -04:00
.gitignore tidy 2018-02-17 19:00:13 -05:00
.prettierrc dubious housecleaning 2018-02-17 16:09:25 -05:00
API.md update API docs 2018-03-07 01:49:44 -05:00
CHANGELOG.md v0.11.2 2018-03-01 21:54:47 -05:00
COOKBOOK.md update readme 2018-03-07 08:27:34 -05:00
GUIDE.md add initial version of guide 2018-03-07 09:37:32 -05:00
LICENSE update docs 2018-01-30 06:47:33 -05:00
README.md update readme 2018-03-07 08:27:34 -05:00
package.json v0.11.2 2018-03-01 21:54:47 -05:00
rollup.config.js update deps again; update rollup config 2017-12-29 20:56:15 -05: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