diff options
| author | XhmikosR <[email protected]> | 2019-09-17 00:22:49 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-17 00:22:49 +0300 |
| commit | 129bb08fc4d2c850ae71250371adf82a4441dc70 (patch) | |
| tree | 4816ae6ce08538296928eec9a83a498359fd78eb /config.yml | |
| parent | a9c05ab798df7b1a40af41c25dd92faa84b13f99 (diff) | |
| download | bootstrap-129bb08fc4d2c850ae71250371adf82a4441dc70.tar.xz bootstrap-129bb08fc4d2c850ae71250371adf82a4441dc70.zip | |
Use Hugo for our docs Sass and JS. (#29280)
Now there's only one command needed to run the docs: `npm run docs-serve`.
Also, simplify the npm scripts.
Diffstat (limited to 'config.yml')
| -rw-r--r-- | config.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.yml b/config.yml index aca4615c6..806aca4e4 100644 --- a/config.yml +++ b/config.yml @@ -23,6 +23,8 @@ module: mounts: - source: dist target: static/docs/4.3/dist + - source: site/assets + target: assets - source: site/content target: content - source: site/data |
