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

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

Issue 132193002: Port Try Dart! to SDK 1.0. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Merged with r31735. 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 | « dart/site/try/Makefile ('k') | dart/site/try/compiler_isolate.dart » ('j') | no next file with comments »
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
index 0f8636c43e3eb9bc9925eb7c327e9a26f9b75e1e..4d6864d454b49e88da72d0d5f2cd728c2065560c 100644
--- a/dart/site/try/app.yaml
+++ b/dart/site/try/app.yaml
@@ -6,7 +6,7 @@
# https://developers.google.com/appengine/docs/python/config/appconfig
application: try-dart-lang
-version: 5
+version: 5-sdk1-0
runtime: python27
api_version: 1
threadsafe: yes
@@ -29,9 +29,9 @@ handlers:
upload: nossl.appcache
secure: never
-- url: /(.*\.(html|js|png|css|dart))
+- url: /(.*\.(html|js|png|css|dart|json))
static_files: \1
- upload: (.*\.(html|js|png|css|dart))
+ upload: (.*\.(html|js|png|css|dart|json))
secure: never
- url: /css/fonts/
« no previous file with comments | « dart/site/try/Makefile ('k') | dart/site/try/compiler_isolate.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698