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

Side by Side Diff: src/appengine/app.yaml

Issue 35913002: Try Dart 1 hour experience first draft (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: updated image of dart editor with new directory name Created 7 years, 1 month 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 | « .gitignore ('k') | src/appengine/scripts/redirector.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 application: dart-lang 1 application: dart-lang
2 version: CHANGEME 2 version: CHANGEME
3 # NOTE: URL is CHANGEME.dart-lang.appspot.com 3 # NOTE: URL is CHANGEME.dart-lang.appspot.com
4 # To get your own staging server, change 'CHANGEME' to something 4 # To get your own staging server, change 'CHANGEME' to something
5 # like 'kathyw' or 'kathyw-dartium'. 5 # like 'kathyw' or 'kathyw-dartium'.
6 # 6 #
7 # To deploy to dartlang.org (only from a clean master workspace) 7 # To deploy to dartlang.org (only from a clean master workspace)
8 # change CHANGEME to a date string: YYYY-MM-DD. 8 # change CHANGEME to a date string: YYYY-MM-DD.
9 # For more information on making changes, see goto/dartsiteupdate. 9 # For more information on making changes, see goto/dartsiteupdate.
10 # 10 #
(...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after
121 121
122 - url: /articles/dart-web-components/.* 122 - url: /articles/dart-web-components/.*
123 script: scripts.redirector.application 123 script: scripts.redirector.application
124 124
125 - url: /dartisans/podcast-feed 125 - url: /dartisans/podcast-feed
126 script: scripts.redirector.application 126 script: scripts.redirector.application
127 127
128 - url: /hangouts.* 128 - url: /hangouts.*
129 script: scripts.redirector.application 129 script: scripts.redirector.application
130 130
131 - url: /codelabs/
132 script: scripts.redirector.application
133
131 - url: /codelab 134 - url: /codelab
132 script: scripts.redirector.application 135 script: scripts.redirector.application
133 136
134 - url: /codelabs/web-ui-writer/codelab.pdf 137 - url: /codelabs/web-ui-writer/codelab.pdf
135 script: scripts.redirector.application 138 script: scripts.redirector.application
136 139
140 - url: /codelabs/web-ui-writer/
141 script: scripts.redirector.application
142
137 - url: /eclipse/update.* 143 - url: /eclipse/update.*
138 script: scripts.redirector.application 144 script: scripts.redirector.application
139 145
140 - url: /is-dartisans-live-now 146 - url: /is-dartisans-live-now
141 script: scripts.is_dartisans_live.application 147 script: scripts.is_dartisans_live.application
142 148
143 - url: /dartisans-live-config 149 - url: /dartisans-live-config
144 script: scripts.is_dartisans_live.application 150 script: scripts.is_dartisans_live.application
145 login: admin 151 login: admin
146 152
(...skipping 22 matching lines...) Expand all
169 upload: static/index.html 175 upload: static/index.html
170 secure: always 176 secure: always
171 177
172 - url: (.*\..*) 178 - url: (.*\..*)
173 static_files: static\1 179 static_files: static\1
174 upload: static 180 upload: static
175 secure: always 181 secure: always
176 182
177 - url: .* 183 - url: .*
178 script: scripts.redirector.application 184 script: scripts.redirector.application
OLDNEW
« no previous file with comments | « .gitignore ('k') | src/appengine/scripts/redirector.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698