aboutsummaryrefslogtreecommitdiff
path: root/regen.sh
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2018-08-01 01:16:06 +0100
committerNiall Sheridan <nsheridan@gmail.com>2018-08-01 01:51:36 +0100
commit8ab6dc3212b43c114353a578e32e3bc07bb8516b (patch)
tree2646293b4dcf7873d94d6eeecb6800665e618513 /regen.sh
parente2b4c3882762406fd3da16f5865cfc3e36e048b5 (diff)
Switch to a Makefile
Diffstat (limited to 'regen.sh')
-rwxr-xr-xregen.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/regen.sh b/regen.sh
deleted file mode 100755
index f525b15..0000000
--- a/regen.sh
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/bash
-# Run this script from the root of the repo to regenerate static content.
-
-set -xue
-
-go get -u github.com/mjibson/esc
-${GOPATH}/bin/esc -ignore '\.go' -prefix 'server' \
- -o 'server/static/static.go' -pkg 'static' 'server/static'
-
-go get -u github.com/golang/protobuf/protoc-gen-go
-protoc --go_out=plugins=grpc:. proto/signer.proto