I built a web app with the Dart Editor and everything was working great when testing in Dartium. I wanted to test it out on a hosting site, so I ran Pub Build from the tools menu. It looks like it created the build folder and put everything in there, including a .js file from the .dart file I had. When I ran the .html file that I normally do, nothing happened. I looked at the source code and it was still pointing to the .dart file, so I changed that to the .js file. Still didn't see the expected results.
This is my first time trying to run a dart application outside of the Dart VM. Am I missing a step somewhere? Not really finding any documentation on this either.