chrisdmacrae / create-static-site

Create static websites with no build configuration.
MIT License
0 stars 0 forks source link

Handle config project fetching #7

Open chrisdmacrae opened 6 years ago

chrisdmacrae commented 6 years ago

Config projects should not exist in c/ss. They should exist as NPM dependencies.

Something CRA does that I do not think is necessary is full-blown fork of the project for different configs.

We need two levels of abstraction:

These are bridged by three things:

The task runner can execute parts of the build and site projects in the order necessary to make the interoperable.