anxiousmodernman / co-chair

dynamic proxy
Apache License 2.0
4 stars 1 forks source link

Improve the build script #22

Closed anxiousmodernman closed 6 years ago

anxiousmodernman commented 6 years ago

build.sh has been reworked to complete a static build of frontend assets into the co-chair binary. If parcel is detected with pgrep, frontend compilation is avoided, otherwise invoke parcel build and copy the output to frontend/static, and run assets_generate.go

Also, install parcel during travis build and delete unused files.