Is there any way to get the Dart2JS compiler to minimize time to output in any significant way? For example, is it possible to get it to compile only files which have been changed since the last compilation?
For context, I am experimenting with Dartangular. Compiling even a trivial hello world example takes 15-20 seconds, which in the long run becomes untenable to work with.