retrogit/app/app.yaml
Mihai Parparita ff360bc605 Switch to inlining styles.
Unfortunately Gmail for iOS does not respect the <style> block that desktop
Gmail does. Styles are instead defined in a styles.json and can be referenced
via a custom template function. Not quite as nice as CSS (e.g. link style
invocation has to be repeated for every link), but still tolerable.
2014-08-18 23:10:41 -07:00

17 lines
257 B
YAML

application: git-hop
version: 1
runtime: go
api_version: go1
handlers:
- url: /static
static_dir: static
- url: /digest/cron
script: _go_app
login: admin
- url: /admin/.*
script: _go_app
login: admin
- url: /.*
script: _go_app
secure: always