filebrowser/build.sh

15 lines
279 B
Bash
Raw Normal View History

2017-10-30 15:24:06 +00:00
#!/bin/bash
set -e
2017-10-30 15:24:06 +00:00
# Install rice tool if not present
if ! [ -x "$(command -v rice)" ]; then
go get github.com/GeertJohan/go.rice/rice
fi
# Clean the dist folder and build the assets
rm -rf assets/dist
npm run build
# Embed the assets using rice
rice embed-go