| 
									
										
										
										
											2014-09-19 16:38:37 -07:00
										 |  |  | name: examples
 | 
					
						
							|  |  |  | environment:
 | 
					
						
							| 
									
										
										
										
											2015-07-17 10:50:56 -07:00
										 |  |  |   sdk: '>=1.10.0 <2.0.0'
 | 
					
						
							| 
									
										
										
										
											2014-09-19 16:38:37 -07:00
										 |  |  | dependencies:
 | 
					
						
							| 
									
										
										
										
											2015-08-17 15:29:00 -07:00
										 |  |  |   observe: '^0.13.1'
 | 
					
						
							| 
									
										
										
										
											2015-02-24 09:34:03 -08:00
										 |  |  |   angular2: '^<%= packageJson.version %>'
 | 
					
						
							| 
									
										
										
										
											2015-02-17 11:56:24 -08:00
										 |  |  |   angular2_material: '^<%= packageJson.version %>'
 | 
					
						
							| 
									
										
										
										
											2015-05-05 10:33:34 -07:00
										 |  |  |   browser: '^0.10.0'
 | 
					
						
							|  |  |  | dev_dependencies:
 | 
					
						
							|  |  |  |   guinness: '^0.1.17'
 | 
					
						
							|  |  |  |   benchpress:
 | 
					
						
							|  |  |  |     path: ../benchpress
 | 
					
						
							| 
									
										
										
										
											2015-02-24 09:34:03 -08:00
										 |  |  | dependency_overrides:
 | 
					
						
							| 
									
										
										
										
											2015-02-05 13:08:05 -08:00
										 |  |  |   angular2:
 | 
					
						
							|  |  |  |     path: ../angular2
 | 
					
						
							| 
									
										
										
										
											2015-02-17 11:56:24 -08:00
										 |  |  |   angular2_material:
 | 
					
						
							|  |  |  |     path: ../angular2_material
 | 
					
						
							| 
									
										
										
										
											2014-12-02 19:14:48 -08:00
										 |  |  | transformers:
 | 
					
						
							| 
									
										
										
										
											2015-04-19 16:21:51 -07:00
										 |  |  | - angular2:
 | 
					
						
							| 
									
										
										
										
											2015-07-14 16:04:49 -07:00
										 |  |  |     $exclude:
 | 
					
						
							| 
									
										
										
										
											2015-07-09 13:59:36 -07:00
										 |  |  |     # The build currently fails on material files because there is not yet
 | 
					
						
							| 
									
										
										
										
											2015-07-10 15:21:03 -07:00
										 |  |  |     # support for transforming cross-package urls. (see issue #2982)
 | 
					
						
							| 
									
										
										
										
											2015-07-14 16:04:49 -07:00
										 |  |  |     - 'web/src/material/**'
 | 
					
						
							|  |  |  |     - 'web/src/zippy_component/**'
 | 
					
						
							|  |  |  |     # No need to transform the dart:mirrors specific entrypoints
 | 
					
						
							|  |  |  |     - '**/index_dynamic.dart'
 | 
					
						
							| 
									
										
										
										
											2015-04-24 10:45:10 -07:00
										 |  |  |     entry_points:
 | 
					
						
							| 
									
										
										
										
											2015-07-14 16:04:49 -07:00
										 |  |  |         - web/src/gestures/index.dart
 | 
					
						
							|  |  |  |         - web/src/hello_world/index.dart
 | 
					
						
							|  |  |  |         - web/src/key_events/index.dart
 | 
					
						
							|  |  |  |         - web/src/sourcemap/index.dart
 | 
					
						
							| 
									
										
										
										
											2015-04-24 10:45:10 -07:00
										 |  |  |         - web/src/todo/index.dart
 | 
					
						
							| 
									
										
										
										
											2015-07-17 13:21:37 -07:00
										 |  |  |         - web/src/order_management/index.dart
 | 
					
						
							| 
									
										
										
										
											2015-08-17 15:29:00 -07:00
										 |  |  |         - web/src/model_driven_forms/index.dart
 | 
					
						
							|  |  |  |         - web/src/observable_models/index.dart
 | 
					
						
							| 
									
										
										
										
											2015-07-17 13:21:37 -07:00
										 |  |  |         - web/src/person_management/index.dart
 | 
					
						
							|  |  |  |         - web/src/template_driven_forms/index.dart
 | 
					
						
							| 
									
										
										
										
											2015-09-03 10:31:46 -07:00
										 |  |  |         - web/src/web_workers/todo/server_index.dart
 | 
					
						
							|  |  |  |         - web/src/web_workers/todo/background_index.dart
 | 
					
						
							|  |  |  |         - web/src/web_workers/message_broker/background_index.dart
 | 
					
						
							|  |  |  |         - web/src/web_workers/kitchen_sink/background_index.dart
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         # These entrypoints are disabled untl the transformer supports UI bootstrap (issue #3971)
 | 
					
						
							|  |  |  |         # - web/src/web_workers/message_broker/index.dart
 | 
					
						
							|  |  |  |         # - web/src/web_workers/kitchen_sink/index.dart
 | 
					
						
							|  |  |  |         # - web/src/web_workers/todo/index.dart
 | 
					
						
							| 
									
										
										
										
											2015-07-14 16:04:49 -07:00
										 |  |  |         # These entrypoints are disabled until cross-package urls are working (issue #2982)
 | 
					
						
							|  |  |  |         # - web/src/material/button/index.dart
 | 
					
						
							|  |  |  |         # - web/src/material/checkbox/index.dart
 | 
					
						
							|  |  |  |         # - web/src/material/dialog/index.dart
 | 
					
						
							|  |  |  |         # - web/src/material/grid_list/index.dart
 | 
					
						
							|  |  |  |         # - web/src/material/input/index.dart
 | 
					
						
							|  |  |  |         # - web/src/material/progress-linear/index.dart
 | 
					
						
							|  |  |  |         # - web/src/material/radio/index.dart
 | 
					
						
							|  |  |  |         # - web/src/material/switcher/index.dart
 | 
					
						
							|  |  |  |         # - web/src/zippy_component/index.dart
 | 
					
						
							|  |  |  |         #
 | 
					
						
							|  |  |  |         # This entrypoint is not needed:
 | 
					
						
							|  |  |  |         # - web/src/material/demo_common.dart
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2015-04-19 16:21:51 -07:00
										 |  |  | - $dart2js:
 | 
					
						
							|  |  |  |     minify: false
 | 
					
						
							|  |  |  |     commandLineOptions:
 | 
					
						
							|  |  |  |     - --show-package-warnings
 | 
					
						
							| 
									
										
										
										
											2015-05-08 16:13:53 -07:00
										 |  |  |     - --trust-type-annotations
 | 
					
						
							|  |  |  |     - --trust-primitives
 | 
					
						
							| 
									
										
										
										
											2015-06-12 12:44:14 +02:00
										 |  |  |     - --enable-experimental-mirrors
 | 
					
						
							| 
									
										
										
										
											2015-07-14 16:04:49 -07:00
										 |  |  |     # Uncomment to generate summaries from dart2js
 | 
					
						
							|  |  |  |     # - --dump-info
 |