2020-11-16 22:48:58 +00:00
|
|
|
# all folders and files are relative to the path
|
|
|
|
# where fileb0x was run at!
|
|
|
|
|
|
|
|
# default: main
|
|
|
|
pkg: static
|
|
|
|
|
|
|
|
# destination
|
|
|
|
dest: "./static/"
|
|
|
|
|
|
|
|
custom:
|
|
|
|
- files:
|
2020-11-17 11:35:45 +00:00
|
|
|
- "templates/**/*.html"
|
|
|
|
base: "templates/"
|