2
1
mirror of https://github.com/therootcompany/serviceman.git synced 2025-04-02 22:00:37 +00:00
serviceman/manager/b0x.toml
2019-07-04 01:36:35 -06:00

25 lines
519 B
TOML

# all folders and files are relative to the path where fileb0x was run!
pkg = "static"
dest = "./static/"
fmt = true
# build tags for the main b0x.go file
tags = ""
# default: ab0x.go (so that its init() sorts first)
output = "ab0x.go"
[[custom]]
# everything inside the folder
# type: array of strings
files = ["./dist/"]
# base is the path that will be removed from all files' path
# type: string
base = ""
# prefix is the path that will be added to all files' path
# type: string
prefix = ""