Skip to content
Snippets Groups Projects
Select Git revision
  • 99d38a4a311e4a8a4d97965d88b66d217a786415
  • release default protected
  • more-testing
  • attempt-vax90b1
  • attempt-1
  • conversion protected
  • linux
  • v0.9.1 protected
  • v0.9.0 protected
9 results

show.go

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'