* View Bucket Info * Fix makefile for portal-ui * Static UI * Remove Warning on View Bucket * Address Comments
8 lines
144 B
Makefile
8 lines
144 B
Makefile
default: build-static
|
|
|
|
build-static:
|
|
@echo "Building frontend static assets to 'build'"
|
|
yarn build
|
|
go-bindata-assetfs -pkg portal build/...
|
|
|