add ability to run project as compiled js in preferred browser
Closed this issue · 3 comments
guillermooo commented
add ability to run project as compiled js in preferred browser
guillermooo commented
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?
sethladd commented
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?
guillermooo commented
Implemented.