I can't figure out how to run the build.dart (or any other dart) file in WebStorm.
The only option to run dart files seems to be DartUnit, but I think that is only for running tests.
I need to run the build.dart to create the WebUI Template output files.
It would also be great to be able to automatically run build.dart whenever a file changes (like the Dart Editor does).
Thank you