A small, strange building block. https://conduitry.dev/defiler
Go to file
Conduitry 65ea2e2e99 v1.0.1 2018-11-13 06:05:42 -05:00
src formatting and tidying 2018-10-11 10:45:37 -04:00
types add typescript declaration file 2018-11-13 06:03:13 -05:00
.gitignore port to typescript 2018-06-12 18:30:39 -04:00
.prettierrc.yaml prettier: printWidth=120 2018-10-11 10:43:32 -04:00
API.md update docs 2018-06-29 00:52:38 -04:00
CHANGELOG.md v1.0.1 2018-11-13 06:05:42 -05:00
GUIDE.md update docs 2018-06-29 00:52:38 -04:00
LICENSE update docs 2018-01-30 06:47:33 -05:00
README.md update homepage 2018-09-06 14:54:53 -04:00
package.json v1.0.1 2018-11-13 06:05:42 -05:00
rollup.config.js use rollup-plugin-cheap-ts 2018-11-10 13:02:46 -05:00
tsconfig.json port to typescript 2018-06-12 18:30:39 -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