tylerbutler / engineer

A static website generator written in Python.
http://engineer.readthedocs.org/
MIT License
25 stars 3 forks source link

Refactor build function into smaller pieces #44

Closed tylerbutler closed 4 years ago

tylerbutler commented 11 years ago

Currently the build function is quite large and monolithic. It needs to be broken apart to make it easier to modify/debug in the future, and also easier to substitute in different 'processors' during the build process (somewhat similar to the current plugin model).