mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-01-08 05:09:46 -06:00
On `make generate` the `pkg/assets/embed.go` will be generated from the current state of the javascript app bundle in `assets/accounts.js`. So you'll have to run `yarn build` first and then `make generate`.
18 lines
191 B
YAML
18 lines
191 B
YAML
---
|
|
pkg: "assets"
|
|
dest: "."
|
|
output: "embed.go"
|
|
fmt: true
|
|
noprefix: true
|
|
|
|
compression:
|
|
compress: true
|
|
|
|
custom:
|
|
- files:
|
|
- "../../assets/"
|
|
base: "../../assets/"
|
|
prefix: ""
|
|
|
|
...
|