It would be great if rather than running dart tool/build.dart we could just run pub build and have the work that is currently done by package:atom/build.dart be done in a transformer. This should allow for use with other packages that use transformers like polymer or angular.
It would be great if rather than running
dart tool/build.dartwe could just runpub buildand have the work that is currently done bypackage:atom/build.dartbe done in a transformer. This should allow for use with other packages that use transformers like polymer or angular.