filebrowser/build.sh
2017-07-28 11:21:55 +01:00

16 lines
288 B
Bash

#!/bin/bash
# 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
cd ./caddy/hugo
rice embed-go