Currently Play2.0 supports coffee script in javascript and less in css out of the box in the / app / assets directory.
Is there a way to get similar functionality (presumably through the sbt setting inside play 2.0) for the dart? If this is done correctly, this will cause the output of frogc (or dart2js) js to be available programmatically in the assets, but, of course, it really is in resource_managed.
source share