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

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

Issue 959023002: Disable experiment; move cli-focused page to download-cli.html (Closed) Base URL: https://github.com/dart-lang/www.dartlang.org.git@master
Patch Set: delete download-cli.html; redirect download-editor.html Created 5 years, 9 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 | 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 # DO NOT EDIT THE VERSION! 3 # DO NOT EDIT THE VERSION!
4 # The build automatically changes the version to the name of your branch. 4 # The build automatically changes the version to the name of your branch.
5 # For more information, see README.md. 5 # For more information, see README.md.
6 6
7 runtime: python27 7 runtime: python27
8 api_version: 1 8 api_version: 1
9 threadsafe: true 9 threadsafe: true
10 10
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 98
99 - url: /docs/spec/latest/.* 99 - url: /docs/spec/latest/.*
100 script: scripts.redirector.application 100 script: scripts.redirector.application
101 101
102 - url: /docs/getting-started/editor/.* 102 - url: /docs/getting-started/editor/.*
103 script: scripts.redirector.application 103 script: scripts.redirector.application
104 104
105 - url: /downloads.html 105 - url: /downloads.html
106 script: scripts.redirector.application 106 script: scripts.redirector.application
107 107
108 - url: /tools/download-editor.html
109 script: scripts.redirector.application
110
108 - url: /tools/download_archive.* 111 - url: /tools/download_archive.*
109 script: scripts.redirector.application 112 script: scripts.redirector.application
110 113
111 - url: /docs/language-tour.* 114 - url: /docs/language-tour.*
112 script: scripts.redirector.application 115 script: scripts.redirector.application
113 116
114 - url: /docs/library-tour.* 117 - url: /docs/library-tour.*
115 script: scripts.redirector.application 118 script: scripts.redirector.application
116 119
117 - url: /docs/pub-package-manager.* 120 - url: /docs/pub-package-manager.*
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 upload: static/index.html 273 upload: static/index.html
271 secure: always 274 secure: always
272 275
273 - url: (.*\..*) 276 - url: (.*\..*)
274 static_files: static\1 277 static_files: static\1
275 upload: static 278 upload: static
276 secure: always 279 secure: always
277 280
278 - url: .* 281 - url: .*
279 script: scripts.redirector.application 282 script: scripts.redirector.application
OLDNEW
« no previous file with comments | « no previous file | src/appengine/scripts/redirector.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698