aboutsummaryrefslogtreecommitdiff
path: root/genstatic.sh
diff options
context:
space:
mode:
authorNiall Sheridan <nsheridan@gmail.com>2017-02-19 00:25:42 +0000
committerNiall Sheridan <nsheridan@gmail.com>2017-02-19 00:43:10 +0000
commite8ff7ffe8e8c25195c64950b61c6c5754bbcd3ba (patch)
tree52dd38d68c07991bbbb6b8757b0769f4c5fab20e /genstatic.sh
parent19dcff5d7245295d4508a71bb0ed2a886ada7a13 (diff)
Add grpc signer
Diffstat (limited to 'genstatic.sh')
-rwxr-xr-xgenstatic.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/genstatic.sh b/genstatic.sh
deleted file mode 100755
index c05d644..0000000
--- a/genstatic.sh
+++ /dev/null
@@ -1,8 +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'