Files
kopia/htmlui/build.cmd
Jarek Kowalski 771fec1077 build: added simple Windows-based build script
This orchestrates building HTMLUI and main binary, only uses built-in shell script and avoids having any dependencies on Unix tools. Latest go and npm are required.
2019-12-18 19:35:40 -08:00

3 lines
66 B
Batchfile

if not exist node_modules\nul call npm install
call npm run build