hugo/modules
Bjørn Erik Pedersen 85ba9bfffb Add "hugo mod npm pack"
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
2020-09-13 20:55:29 +02:00
..
npm Add "hugo mod npm pack" 2020-09-13 20:55:29 +02:00
client.go modules: Add noVendor to module config 2020-09-10 08:47:05 +02:00
client_test.go modules: Add noVendor to module config 2020-09-10 08:47:05 +02:00
collect.go Add "hugo mod npm pack" 2020-09-13 20:55:29 +02:00
collect_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
config.go Add "hugo mod npm pack" 2020-09-13 20:55:29 +02:00
config_test.go tests: Convert from testify to quicktest 2019-08-12 13:26:32 +02:00
module.go Make the "is this a Hugo Module" logic more lenient 2019-09-03 15:12:33 +02:00