mirror of
https://github.com/gohugoio/hugo.git
synced 2025-01-02 18:11:42 +00:00
85ba9bfffb
This commit also introduces a convention where these common JS config files, including `package.hugo.json`, gets mounted into: ``` assets/_jsconfig ´`` These files mapped to their real filename will be added to the environment when running PostCSS, Babel etc., so you can do `process.env.HUGO_FILE_TAILWIND_CONFIG_JS` to resolve the real filename. But do note that `assets` is a composite/union filesystem, so if your config file is not meant to be overridden, name them something specific. This commit also adds adds `workDir/node_modules` to `NODE_PATH` and `HUGO_WORKDIR` to the env when running the JS tools above. Fixes #7644 Fixes #7656 Fixes #7675 |
||
---|---|---|
.. | ||
_index.md | ||
babel.md | ||
bundling.md | ||
fingerprint.md | ||
introduction.md | ||
js.md | ||
minification.md | ||
postcss.md | ||
postprocess.md | ||
resource-from-string.md | ||
resource-from-template.md | ||
scss-sass.md |