blastmud-site/build.sh

13 lines
236 B
Bash
Raw Normal View History

2023-12-29 00:48:27 +11:00
#!/bin/bash -e
2022-12-23 20:17:19 +11:00
2023-12-29 17:07:59 +11:00
npm install -Dy
npm -y exec webpack
cp ./node_modules/xterm/css/xterm.css ./assets/
2022-12-23 20:17:19 +11:00
cp dist/main.js ./assets/main.js
2024-10-12 23:46:47 +11:00
pushd hugo-static
hugo --theme hugo-book
2024-10-12 23:46:47 +11:00
popd
pushd worldwideportal-static
hugo --theme hugo-book
popd