mirror of https://github.com/shunfei/cronsun
Build static assets.
parent
ab11591550
commit
5107478092
|
@ -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
Loading…
Reference in New Issue