summaryrefslogtreecommitdiffstats
path: root/docs/content/en/hugo-pipes/postprocess.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/hugo-pipes/postprocess.md')
-rwxr-xr-xdocs/content/en/hugo-pipes/postprocess.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/content/en/hugo-pipes/postprocess.md b/docs/content/en/hugo-pipes/postprocess.md
index d82c892ce..3b7d5c610 100755
--- a/docs/content/en/hugo-pipes/postprocess.md
+++ b/docs/content/en/hugo-pipes/postprocess.md
@@ -36,8 +36,6 @@ There are several ways to set up CSS purging with PostCSS in Hugo. If you have a
The below configuration will write a `hugo_stats.json` file to the project root as part of the build. If you're only using this for the production build, you should consider placing it below [config/production](/getting-started/configuration/#configuration-directory).
-<!-- TODO (jmm) writeStats => build.buildStats -->
-
{{< code-toggle file="hugo" >}}
[build.buildStats]
enable = true
@@ -83,7 +81,8 @@ These are the environment variables Hugo passes down to PostCSS (and Babel), whi
PWD
: The absolute path to the project working directory.
-HUGO_ENVIRONMENT (and the alias HUGO_ENV)
+
+HUGO_ENVIRONMENT
: The value e.g. set with `hugo -e production` (defaults to `production` for `hugo` and `development` for `hugo server`).
HUGO_PUBLISHDIR