Create build step for the web server (#289)
* Create build step for the web server * Update bskyweb routes and 404 behavior
This commit is contained in:
parent
8629e167cd
commit
8d2e649b4d
9 changed files with 169 additions and 27 deletions
|
@ -20,8 +20,7 @@ like:
|
|||
Then build and copy over the big 'ol `bundle.web.js` file:
|
||||
|
||||
# in the top level of this repo
|
||||
yarn webpack build --config ./web/webpack.config.js -d inline-source-map --color
|
||||
cp dist/bundle.web.js bskyweb/static/
|
||||
yarn build-web
|
||||
|
||||
### Golang Daemon
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue