2014-09-19 19:38:37 -04:00
|
|
|
name: examples
|
|
|
|
environment:
|
|
|
|
sdk: '>=1.4.0'
|
|
|
|
dependencies:
|
2015-02-05 16:08:05 -05:00
|
|
|
angular2:
|
|
|
|
path: ../angular2
|
2014-11-07 17:30:04 -05:00
|
|
|
browser: '>=0.10.0 <0.11.0'
|
2014-09-19 19:38:37 -04:00
|
|
|
dev_dependencies:
|
2014-11-07 17:30:04 -05:00
|
|
|
guinness: ">=0.1.16 <0.2.0"
|
2015-02-20 20:44:23 -05:00
|
|
|
benchpress:
|
|
|
|
path: ../benchpress
|
2014-12-02 22:14:48 -05:00
|
|
|
transformers:
|
2015-02-17 11:38:54 -05:00
|
|
|
- angular2:
|
2015-02-19 15:00:09 -05:00
|
|
|
bootstrap_entry_point: web/src/hello_world/index_common.dart
|
2015-02-17 11:38:54 -05:00
|
|
|
entry_point: web/src/hello_world/index.dart
|
|
|
|
html_entry_point: web/src/hello_world/index.html
|
2014-12-02 22:14:48 -05:00
|
|
|
- $dart2js:
|
|
|
|
minify: true
|
2014-12-11 16:58:26 -05:00
|
|
|
commandLineOptions: [--trust-type-annotations, --trust-primitives, --dump-info]
|
|
|
|
#commandLineOptions: [--trust-type-annotations, --dump-info]
|
2015-01-22 19:27:59 -05:00
|
|
|
#commandLineOptions: [--dump-info]
|