minify any supported output format (HTML, XML etc.)
This commit is contained in:
parent
7ca5f7f20a
commit
6f69adb268
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@
|
|||
# here but we recommend using the Netlify UI for sensitive
|
||||
# values to keep them out of your source repository.
|
||||
[context.production]
|
||||
command = 'hugo --source=exampleSite --baseURL ${URL} --destination ../public'
|
||||
command = 'hugo --source=exampleSite --baseURL ${URL} --destination ../public --minify'
|
||||
|
||||
[context.production.environment]
|
||||
HUGO_ENV = 'production'
|
||||
|
@ -27,7 +27,7 @@
|
|||
# Deploy Preview context: all deploys generated from
|
||||
# a pull/merge request will inherit these settings.
|
||||
[context.deploy-preview]
|
||||
command = 'go run netlify-pr.go; hugo --source=exampleSite --buildDrafts --buildFuture --baseURL ${DEPLOY_PRIME_URL} --destination ../public'
|
||||
command = 'go run netlify-pr.go; hugo --source=exampleSite --buildDrafts --buildFuture --baseURL ${DEPLOY_PRIME_URL} --destination ../public --minify'
|
||||
|
||||
[context.deploy-preview.environment]
|
||||
HUGO_ENV = 'development'
|
||||
|
|
Loading…
Reference in a new issue