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

Side by Side Diff: dart/site/try/app.yaml

Issue 126003002: Address comments from CL 125123002 and additional cleanup. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Update copyright year. 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 | Annotate | Revision Log
« no previous file with comments | « dart/site/try/README ('k') | dart/site/try/create_manifest.sh » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file.
4
5 # App Engine configuration, see:
6 # https://developers.google.com/appengine/docs/python/config/appconfig
7
1 application: try-dart-lang 8 application: try-dart-lang
2 version: 5 9 version: 5
3 runtime: python27 10 runtime: python27
4 api_version: 1 11 api_version: 1
5 threadsafe: yes 12 threadsafe: yes
6 default_expiration: 1s 13 default_expiration: 1s
7 14
8 handlers: 15 handlers:
9 16
10 - url: /favicon\.ico 17 - url: /favicon\.ico
(...skipping 19 matching lines...) Expand all
30 - url: /css/fonts/ 37 - url: /css/fonts/
31 static_dir: font 38 static_dir: font
32 secure: never 39 secure: never
33 40
34 error_handlers: 41 error_handlers:
35 - file: static/not_found.html 42 - file: static/not_found.html
36 43
37 libraries: 44 libraries:
38 - name: webapp2 45 - name: webapp2
39 version: "2.5.2" 46 version: "2.5.2"
OLDNEW
« no previous file with comments | « dart/site/try/README ('k') | dart/site/try/create_manifest.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698