blastmud-site/build.sh

9 lines
165 B
Bash
Raw Normal View History

2022-12-23 20:17:19 +11:00
#!/bin/bash
2023-02-17 02:20:40 +11:00
npm install -Dy
2023-02-17 02:29:00 +11:00
npm 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