mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-10 01:52:19 +00:00
remove minify from netlify config
This commit is contained in:
parent
a6c670bc46
commit
f51fc36b6d
1 changed files with 3 additions and 3 deletions
|
@ -6,14 +6,14 @@
|
||||||
|
|
||||||
[context.production]
|
[context.production]
|
||||||
command = """
|
command = """
|
||||||
hugo --minify
|
hugo
|
||||||
npm i @torchlight-api/torchlight-cli
|
npm i @torchlight-api/torchlight-cli
|
||||||
npx torchlight
|
npx torchlight
|
||||||
"""
|
"""
|
||||||
|
|
||||||
[context.preview]
|
[context.preview]
|
||||||
command = """
|
command = """
|
||||||
hugo --minify --environment preview
|
hugo --environment preview
|
||||||
npm i @torchlight-api/torchlight-cli
|
npm i @torchlight-api/torchlight-cli
|
||||||
npx torchlight
|
npx torchlight
|
||||||
"""
|
"""
|
||||||
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
[context.drafts]
|
[context.drafts]
|
||||||
command = """
|
command = """
|
||||||
hugo --minify --environment drafts -D
|
hugo --environment drafts -D
|
||||||
npm i @torchlight-api/torchlight-cli
|
npm i @torchlight-api/torchlight-cli
|
||||||
npx torchlight
|
npx torchlight
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue