mark2web/website/config.yml

22 lines
424 B
YAML
Raw Normal View History

2019-02-18 18:03:46 +01:00
Webserver:
Type: "apache" # generates .htaccess
Assets:
2019-03-21 14:55:40 +01:00
Compress: True
2019-02-18 18:03:46 +01:00
FromPath: "project-files"
ToPath: "project-files"
Action: "copy" # symlink, copy or move
FixTemplate: # change path in html templates, no <base> used
Find: "project-files/"
Replace: ""
OtherFiles:
Action: "copy"
2019-03-21 14:55:40 +01:00
Compress:
2019-03-21 16:12:55 +01:00
Brotli: True
2019-03-21 14:55:40 +01:00
GZIP: True
Extensions:
.html: text/html
.css: text/css
.js: text/javascript