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.
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.goAlso, install parcel during travis build and delete unused files.