diff options
author | Andrew Gerrand <adg@golang.org> | 2013-09-18 15:17:09 +1000 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2013-09-18 15:17:09 +1000 |
commit | 8e64d516f92c26527f85937a9c0d4b653b33c4f0 (patch) | |
tree | 92d87b31567b10e6d33441802d3a5775ae4e6032 | |
parent | a7251a3023bb3d78672ef1620be8de4151b3b41b (diff) |
go.blog: simpler nobuild_files rule
R=golang-dev, dsymonds
https://golang.org/cl/13662045
-rw-r--r-- | app.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -7,9 +7,7 @@ handlers: - url: /favicon.ico static_files: static/favicon.ico upload: static/favicon.ico -- url: /static - static_dir: static - url: /.* script: _go_app -nobuild_files: ^(?!(cmd/blog|code.google.com)/) +nobuild_files: ^(support|content)/ |