From 8e64d516f92c26527f85937a9c0d4b653b33c4f0 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 18 Sep 2013 15:17:09 +1000 Subject: go.blog: simpler nobuild_files rule R=golang-dev, dsymonds https://golang.org/cl/13662045 --- app.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app.yaml b/app.yaml index 2d2d7e5..882f5c9 100644 --- a/app.yaml +++ b/app.yaml @@ -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)/ -- cgit v1.2.3