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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | dart/site/try/compiler_isolate.dart » ('j') | dart/site/try/deploy.sh » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 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.
2 version: 5
3 runtime: python27
4 api_version: 1
5 threadsafe: yes
6 default_expiration: 1s
7
8 handlers:
9
10 - url: /favicon\.ico
11 static_files: favicon.ico
12 upload: favicon\.ico
13 secure: never
14
15 - url: /
16 static_files: index.html
17 upload: index.html
18 secure: never
19
20 - url: /nossl.appcache
21 static_files: nossl.appcache
22 upload: nossl.appcache
23 secure: never
24
25 - url: /(.*\.(html|js|png|css|dart))
26 static_files: \1
27 upload: (.*\.(html|js|png|css|dart))
28 secure: never
29
30 - url: /css/fonts/
31 static_dir: font
32 secure: never
33
34 error_handlers:
35 - file: static/not_found.html
36
37 libraries:
38 - name: webapp2
39 version: "2.5.2"
OLDNEW
« 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