Skip to content
Snippets Groups Projects
Select Git revision
  • 095295d4a2cda4e85c16c755244e525652240c0a
  • master default protected
  • ballinvoher protected
  • old-master
4 results

run_tests.sh

Blame
  • genstatic.sh 243 B
    #!/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'