bigtestjs / server

All BigTest development has moved to https://github.com/thefrontside/bigtest
https://github.com/thefrontside/bigtest
2 stars 1 forks source link

Split manifest server into separate builder and server #101

Closed jnicklas closed 4 years ago

jnicklas commented 4 years ago

Working towards #93

If we copy the manifest so we get uniquely identified manifests then we need to have control over the static file server which serves these files. This splits the current manifest server into two separate parts, a builder which uses parcel to generate the files, these are just stored to disk and not actually served, and a server which is just a static file server using express.