OLD | NEW |
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 14 matching lines...) Expand all Loading... |
25 url_blacklist: | 25 url_blacklist: |
26 - http://www.dartlang.org/*/code/out/* | 26 - http://www.dartlang.org/*/code/out/* |
27 - https://www.dartlang.org/*/code/out/* | 27 - https://www.dartlang.org/*/code/out/* |
28 | 28 |
29 #default_expiration: "1d" | 29 #default_expiration: "1d" |
30 | 30 |
31 handlers: | 31 handlers: |
32 - url: /\+ | 32 - url: /\+ |
33 script: scripts.redirector.application | 33 script: scripts.redirector.application |
34 | 34 |
| 35 - url: /docs/tutorials/web-ui/ |
| 36 script: scripts.redirector.application |
| 37 |
| 38 - url: /docs/tutorials/templates/ |
| 39 script: scripts.redirector.application |
| 40 |
| 41 - url: /docs/tutorials/custom-elements/ |
| 42 script: scripts.redirector.application |
| 43 |
35 - url: /docs/dart-up-and-running/ch0\d.html | 44 - url: /docs/dart-up-and-running/ch0\d.html |
36 script: scripts.redirector.application | 45 script: scripts.redirector.application |
37 | 46 |
38 - url: /mailing-list | 47 - url: /mailing-list |
39 script: scripts.redirector.application | 48 script: scripts.redirector.application |
40 | 49 |
41 - url: /docs/spec/dartLangSpec.* | 50 - url: /docs/spec/dartLangSpec.* |
42 script: scripts.redirector.application | 51 script: scripts.redirector.application |
43 | 52 |
44 - url: /docs/getting-started/editor/.* | 53 - url: /docs/getting-started/editor/.* |
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
157 upload: static/index.html | 166 upload: static/index.html |
158 secure: always | 167 secure: always |
159 | 168 |
160 - url: (.*\..*) | 169 - url: (.*\..*) |
161 static_files: static\1 | 170 static_files: static\1 |
162 upload: static | 171 upload: static |
163 secure: always | 172 secure: always |
164 | 173 |
165 - url: .* | 174 - url: .* |
166 script: scripts.redirector.application | 175 script: scripts.redirector.application |
OLD | NEW |