I have been using GruntJs to precompile and post process my SCSS/CSS for my JavaScript projects. After working with AngularDart a bit I have been wondering whether there is something like GruntJs for Dart.
The grunt tasks I am currently using are:
- grunt-contrib-watch
- gunt-sass
- grunt-postcss
Is there a task runner for Dart that would provide me the same outcome as GruntJs?