There are some fundamental problems with the build process right now.
These issues include:
- Having to render the whole project when only selected files have changed,
- Storing static assets inside of version control,
- Rendered results stay in individual containers, which is not at all desirable because container images are large and finding a particular version requires knowing which container it was published in.
- Only supporting a single source of data, e.g. this repo. I would like to be able to publish from many repositories.
There are some fundamental problems with the build process right now.
These issues include: