Skip to content
Snippets Groups Projects
Commit d9f97c34 authored by Niall Sheridan's avatar Niall Sheridan
Browse files

Shell script to compile static content

parent 55f56418
Branches
Tags
No related merge requests found
#!/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'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment