OLD | NEW |
1 # Generated file DO NOT EDIT | 1 # Generated file DO NOT EDIT |
2 name: observatory | 2 name: observatory |
3 version: 1.6.0-dev.1 | 3 version: 1.6.0-dev.1 |
4 transformers: | 4 transformers: |
5 - polymer: | 5 - polymer: |
6 entry_points: | 6 entry_points: |
7 - web/index.html | 7 - web/index.html |
8 inline_stylesheets: | 8 inline_stylesheets: |
9 lib/src/elements/css/shared.css: false | 9 lib/src/elements/css/shared.css: false |
10 packages/charted/charts/themes/quantum_theme.css: false | 10 packages/charted/charts/themes/quantum_theme.css: false |
| 11 $exclude: [web/third_party/*.html, web/timeline.html] |
11 - $dart2js: | 12 - $dart2js: |
12 $include: "**/*.polymer.bootstrap.dart" | 13 $include: "**/*.polymer.bootstrap.dart" |
13 suppressWarnings: false | 14 suppressWarnings: false |
14 commandLineOptions: [--show-package-warnings] | 15 commandLineOptions: [--show-package-warnings] |
15 dependencies: | 16 dependencies: |
16 args: any | 17 args: any |
17 charted: ^0.2.9 | 18 charted: ^0.2.9 |
18 polymer: ^0.16.3 | 19 polymer: ^0.16.3 |
19 unittest: < 0.12.0 | 20 unittest: < 0.12.0 |
20 usage: any | 21 usage: any |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 watcher: | 97 watcher: |
97 path: ../../third_party/observatory_pub_packages/packages/watcher | 98 path: ../../third_party/observatory_pub_packages/packages/watcher |
98 web_components: | 99 web_components: |
99 path: ../../third_party/observatory_pub_packages/packages/web_components | 100 path: ../../third_party/observatory_pub_packages/packages/web_components |
100 when: | 101 when: |
101 path: ../../third_party/observatory_pub_packages/packages/when | 102 path: ../../third_party/observatory_pub_packages/packages/when |
102 which: | 103 which: |
103 path: ../../third_party/observatory_pub_packages/packages/which | 104 path: ../../third_party/observatory_pub_packages/packages/which |
104 yaml: | 105 yaml: |
105 path: ../../third_party/observatory_pub_packages/packages/yaml | 106 path: ../../third_party/observatory_pub_packages/packages/yaml |
OLD | NEW |