I have a dart polymer project being served up by an ASP.NET MVC site. The application page is actually a cshtml file that is in a different directory than the rest of the dart files. Besides this, everything is laid out in an idiomatic fashion. When running in Dartium, everything works great. When I run as javascript, I get the message boot.js only works in Dartium. Run the build.dart tool to compile a depolyable JavaScript version.
This scenario seems like it will be difficult to accommodate. Any ideas how I can get the application working as javascript while keeping it as a cshtml file served up by ASP.NET MVC?