blastmud-site/build.sh

9 lines
171 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
cd hugo-static
hugo --theme hugo-book