-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathbuild.yaml
49 lines (48 loc) · 1.86 KB
/
build.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# Read about `build.yaml` at https://pub.dartlang.org/packages/build_config
targets:
$default:
sources:
{"exclude" : ["bin/**"]}
builders:
build_web_compilers|dart2js_archive_extractor:
options:
filter_outputs: true
build_web_compilers|entrypoint:
generate_for:
- example/basic/bitmap_data_hidpi/index.dart
- example/basic/blend_mode/index.dart
- example/basic/html_object/index.dart
- example/basic/sprite_3d/index.dart
- example/basic/stage_size/index.dart
- example/basic/texture_atlas/index.dart
- example/benchmark/bunny_mark/index.dart
- example/benchmark/starling/index.dart
- example/drawing/decode_path/index.dart
- example/extension/bitmap_font/index.dart
- example/extension/dragonbones/index.dart
- example/extension/flump/index.dart
- example/extension/gaf/index.dart
- example/extension/spine/index.dart
- example/filter/custom_filter/index.dart
- example/filter/fxaa_filter/index.dart
- example/filter/normal_map_filter/index.dart
- example/interactive/drag/index.dart
- example/juggler/bezier_curve/index.dart
- example/juggler/dart_logo/index.dart
- web/escape/index.dart
- web/memory/index.dart
- web/supersonic/index.dart
dev_options:
compiler: dartdevc
release_options:
compiler: dart2js
dart2js_args:
# See https://webdev.dartlang.org/tools/dart2js#size-and-speed-options
# - --dump-info
- --fast-startup
- --minify
- --no-frequency-based-minification
- --no-source-maps
- --show-package-warnings
- --trust-primitives
- --omit-implicit-checks