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

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

android - send complex objects as post php java -

charts - What graph/dashboard product is facebook using in Dashboard: PUE & WUE -