2014-09-19 23:38:37 +00:00
|
|
|
name: examples
|
|
|
|
|
environment:
|
2015-05-07 01:21:46 +00:00
|
|
|
sdk: '>=1.10.0-dev.1.10 <2.0.0'
|
2014-09-19 23:38:37 +00:00
|
|
|
dependencies:
|
2015-02-24 17:34:03 +00:00
|
|
|
angular2: '^<%= packageJson.version %>'
|
2015-02-17 19:56:24 +00:00
|
|
|
angular2_material: '^<%= packageJson.version %>'
|
2015-05-05 17:33:34 +00:00
|
|
|
browser: '^0.10.0'
|
|
|
|
|
dev_dependencies:
|
|
|
|
|
guinness: '^0.1.17'
|
|
|
|
|
benchpress:
|
|
|
|
|
path: ../benchpress
|
2015-02-24 17:34:03 +00:00
|
|
|
dependency_overrides:
|
2015-02-05 21:08:05 +00:00
|
|
|
angular2:
|
|
|
|
|
path: ../angular2
|
2015-02-17 19:56:24 +00:00
|
|
|
angular2_material:
|
|
|
|
|
path: ../angular2_material
|
2014-12-03 03:14:48 +00:00
|
|
|
transformers:
|
2015-04-19 23:21:51 +00:00
|
|
|
- angular2:
|
2015-07-09 20:59:36 +00:00
|
|
|
# The build currently fails on material files because there is not yet
|
2015-07-10 22:21:03 +00:00
|
|
|
# support for transforming cross-package urls. (see issue #2982)
|
2015-07-09 20:59:36 +00:00
|
|
|
$exclude: 'web/src/material/**'
|
2015-04-24 17:45:10 +00:00
|
|
|
entry_points:
|
|
|
|
|
- web/src/hello_world/index_common.dart
|
|
|
|
|
- web/src/todo/index.dart
|
|
|
|
|
reflection_entry_points:
|
|
|
|
|
- web/src/hello_world/index.dart
|
|
|
|
|
- web/src/todo/index.dart
|
2015-04-19 23:21:51 +00:00
|
|
|
- $dart2js:
|
|
|
|
|
minify: false
|
|
|
|
|
commandLineOptions:
|
|
|
|
|
- --dump-info
|
|
|
|
|
- --show-package-warnings
|
2015-05-08 23:13:53 +00:00
|
|
|
- --trust-type-annotations
|
|
|
|
|
- --trust-primitives
|
2015-06-12 10:44:14 +00:00
|
|
|
- --enable-experimental-mirrors
|