Files
gonic/_do_build_server
sentriz ba2f835c22 remove concept of prod and dev assets
instead always do the "prod" thing, but use entr for restarting the
server for all assets
2019-07-08 13:36:26 +01:00

9 lines
140 B
Bash
Executable File

#!/bin/sh
source ./_build_vars
./_do_gen_assets
go build \
-o gonic \
-tags "$(tr '\n' ' ' < _build_tags)" \
cmd/gonic/main.go