Build static assets.

pull/49/head
Doflatango 2017-12-20 10:50:21 +08:00
parent ab11591550
commit 5107478092
2 changed files with 20 additions and 20 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
cd ui
BASEDIR=$(dirname "$0")
cd $BASEDIR/ui
npm run build
cd ..
go-bindata -pkg "web" -prefix "ui/dist/" -o static_assets.go ./ui/dist/

File diff suppressed because one or more lines are too long