Skip to content

Commit

Permalink
Fix build files
Browse files Browse the repository at this point in the history
  • Loading branch information
marcojakob committed Jun 21, 2018
1 parent 5600695 commit 3eadc44
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
13 changes: 12 additions & 1 deletion build.debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,18 @@ targets:
builders:
build_web_compilers|entrypoint:
generate_for:
- web/main.dart
- example/basic/example.dart
- example/cancel/example.dart
- example/custom_acceptor/example.dart
- example/detection_only/example.dart
- example/free_dragging/example.dart
- example/handle/example.dart
- example/horizontal_only/example.dart
- example/nested_dropzones/example.dart
- example/nested_elements/example.dart
- example/parent_offset/example.dart
- example/scroll_offset/example.dart
- example/simple_sortable/example.dart
options:
compiler: dartdevc
dart2js_args:
Expand Down
13 changes: 12 additions & 1 deletion build.release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,18 @@ targets:
builders:
build_web_compilers|entrypoint:
generate_for:
- web/main.dart
- example/basic/example.dart
- example/cancel/example.dart
- example/custom_acceptor/example.dart
- example/detection_only/example.dart
- example/free_dragging/example.dart
- example/handle/example.dart
- example/horizontal_only/example.dart
- example/nested_dropzones/example.dart
- example/nested_elements/example.dart
- example/parent_offset/example.dart
- example/scroll_offset/example.dart
- example/simple_sortable/example.dart
options:
compiler: dart2js
dart2js_args:
Expand Down

0 comments on commit 3eadc44

Please sign in to comment.