Skip to content
Snippets Groups Projects
Select Git revision
  • 689e0ab59001280fc80679a87067a507a7c875a2
  • ballinvoher default protected
  • client-http-server-for-token
  • master
  • gitlab-auth-issue
  • windows
  • microsoft
  • message
  • azure_auth
  • prometheus
  • permission-templates
  • no-datastore
  • save-public-keys
  • gitlab-group-level-start
  • v1.1.0
  • v1.0.0
  • v0.1
17 results

genstatic.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'