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