How to generate folder 'out' when using Dart Web UI ? Follow
When using Dart I am unable to generate the folder named 'out'.
What I am trying to do is setup background compilation in Webstorm like it is mentioned in this tutorial
http://www.dartlang.org/docs/tutorials/web-ui/#set-up
Ramesh
Please sign in to leave a comment.
Solution : From inside the project folder in terminal, use command line to build like this
Ramesh