Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3396)

Unified Diff: dart/site/try/app.yaml

Issue 125123002: try.dartlang.org version 5. (Closed) Base URL: /Users/ahe/Dart/all@master
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | dart/site/try/compiler_isolate.dart » ('j') | dart/site/try/deploy.sh » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/site/try/app.yaml
diff --git a/dart/site/try/app.yaml b/dart/site/try/app.yaml
new file mode 100644
index 0000000000000000000000000000000000000000..511b1010cd106fda67c9a9d47cdc6ee91d46766d
--- /dev/null
+++ b/dart/site/try/app.yaml
@@ -0,0 +1,39 @@
+application: try-dart-lang
kasperl 2014/01/07 07:18:43 Can you add a comment about the purpose of this fi
ahe 2014/01/07 14:06:23 Done.
+version: 5
+runtime: python27
+api_version: 1
+threadsafe: yes
+default_expiration: 1s
+
+handlers:
+
+- url: /favicon\.ico
+ static_files: favicon.ico
+ upload: favicon\.ico
+ secure: never
+
+- url: /
+ static_files: index.html
+ upload: index.html
+ secure: never
+
+- url: /nossl.appcache
+ static_files: nossl.appcache
+ upload: nossl.appcache
+ secure: never
+
+- url: /(.*\.(html|js|png|css|dart))
+ static_files: \1
+ upload: (.*\.(html|js|png|css|dart))
+ secure: never
+
+- url: /css/fonts/
+ static_dir: font
+ secure: never
+
+error_handlers:
+ - file: static/not_found.html
+
+libraries:
+- name: webapp2
+ version: "2.5.2"
« no previous file with comments | « no previous file | dart/site/try/compiler_isolate.dart » ('j') | dart/site/try/deploy.sh » ('J')

Powered by Google App Engine
This is Rietveld 408576698