Can I run a nested build.dart from its location instead of project root? -
dart editor runs build.dart root of project. however, have build.dart file in subdirectory. default behavior of dart editor breaks build.dart file, because paths in file relative build.dart.
my project looks this:
apps/ app1/ build.dart app2/ build.dart
i have opened apps
in editor. trying run apps/app1/build.dart within apps/app1
editor running apps
.
any ideas? thanks!
yay, bug has been fixed. dart editor run build.dart
directory.
Comments
Post a Comment