From 3eadc44a8802dabd605b2d83c8f36bb7a59bd8ff Mon Sep 17 00:00:00 2001 From: Marco Jakob Date: Thu, 21 Jun 2018 12:24:21 +0200 Subject: [PATCH] Fix build files --- build.debug.yaml | 13 ++++++++++++- build.release.yaml | 13 ++++++++++++- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/build.debug.yaml b/build.debug.yaml index ceb3d78..8e1c1b5 100644 --- a/build.debug.yaml +++ b/build.debug.yaml @@ -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: diff --git a/build.release.yaml b/build.release.yaml index 8a1656b..c6a67a7 100644 --- a/build.release.yaml +++ b/build.release.yaml @@ -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: