13 lines
275 B
YAML
13 lines
275 B
YAML
Webserver:
|
|
Type: "apache" # generates .htaccess
|
|
|
|
Assets:
|
|
FromPath: "assets"
|
|
ToPath: "assets"
|
|
Action: "copy" # symlink, copy or move
|
|
FixTemplate: # change path in html templates, no <base> used
|
|
Find: "\\.\\./assets/"
|
|
Replace: ""
|
|
|
|
OtherFiles:
|
|
Action: "copy" |