Port the Python build script over to JS

`npm run build` now builds both the site.json file and the React app.
Two new run scripts are available:

* build_site - just build the site.json file
* build_code - build the React app
This commit is contained in:
Nick Pegg 2017-10-14 17:16:15 -07:00
parent 55610cb0ba
commit 3eedb94180
5 changed files with 139 additions and 195 deletions

File diff suppressed because one or more lines are too long