guillermooo/dart-sublime-bundle

add ability to run project as compiled js in preferred browser

Closed this issue · 3 comments

add ability to run project as compiled js in preferred browser

@sethladd

How should we run compiled js code during development? Is it simply a matter of running pub serve? I can see that .js files are created under web after this command, and served. This creates temporary files under web, though. Is the user responsible for deleting them?

Yes, just run pub serve for web development.

I don't think it writes any JS files to the filesystem, unless it changed. Maybe @nex3 knows?

Implemented.