Files
hugo/commands
Bjørn Erik Pedersen 59af05cabc Add HUGO_PUBLISHDIR to the Node environment
So you can do  `process.env.HUGO_PUBLISHDIR` in your `postcss.config.js` to figure out where Hugo publishes
its files.

Note that the value will always be an absolute file path and will point to a directory on disk even when running `hugo server` in memory mode.

If you write to this folder from PostCSS when running the server, you could run the server with one of these flags:

```
hugo server --renderToDisk
hugo server --renderStaticToDisk
```

Fixes #10554
2022-12-22 12:43:50 +01:00
..
2022-05-24 13:57:23 +02:00
2022-02-01 23:23:30 +01:00
2020-12-03 13:12:58 +01:00
2018-12-06 14:37:25 +01:00
2021-08-14 12:09:41 +02:00
2019-04-07 00:53:55 +02:00
2022-05-08 16:56:26 +02:00
2022-05-08 16:56:26 +02:00
2020-12-03 13:12:58 +01:00
2022-01-04 17:10:39 +01:00
2022-05-08 16:56:26 +02:00
2022-09-08 15:35:11 +02:00
2022-09-23 13:07:56 +02:00
2018-12-06 14:37:25 +01:00