From 8f8c1304e6746a1fcac856846d6835ecc5e21e84 Mon Sep 17 00:00:00 2001 From: Yuval Adam Date: Thu, 15 Mar 2012 23:53:45 -0700 Subject: bootstrapified --- app.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app.yaml') diff --git a/app.yaml b/app.yaml index 49f8678..6be16ac 100644 --- a/app.yaml +++ b/app.yaml @@ -8,5 +8,8 @@ handlers: - url: /js static_dir: js +- url: /css + static_dir: css + - url: /.* script: app.py \ No newline at end of file -- cgit v1.3.1