From 243cfb06e636eae320a7ba8fa481cdc47dece8d5 Mon Sep 17 00:00:00 2001 From: Mihai Parparita Date: Fri, 1 Aug 2014 23:08:50 -0700 Subject: [PATCH] Allow digest.css to be read by the app in prod too. --- app/app.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/app.yaml b/app/app.yaml index 408c588..24d55b2 100644 --- a/app/app.yaml +++ b/app/app.yaml @@ -6,6 +6,7 @@ api_version: go1 handlers: - url: /static static_dir: static + application_readable: true - url: /digest/cron script: _go_app login: admin