Skip to content

Commit

Permalink
docs: remove additional unnecessary files
Browse files Browse the repository at this point in the history
Many of the generated files in the docs site are not strictly necessary
for our usage; pare down to the minimum for distribution.
  • Loading branch information
ethomson committed Oct 13, 2020
1 parent f19736e commit dc288b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ mandocs: $(mandocs)
htmldocs:
cd docs && node ../bin/npm-cli.js install --legacy-peer-deps --no-audit && \
node ../bin/npm-cli.js run build:static >&2 && \
rm -rf node_modules .cache public/*js public/*json public/404* public/page-data public/manifest*
rm -rf .cache public/*js public/*json public/404* public/page-data public/manifest* public/*.map public/*.LICENSE.txt public/static

docs: mandocs htmldocs

Expand Down

0 comments on commit dc288b6

Please sign in to comment.