Remove dart:html from build_release.sh#1975
Conversation
|
(also removed the old web handler for mapping /packages/ to /pack/ - a folder that no longer exists without the HTML version) |
kenzieschmoll
left a comment
There was a problem hiding this comment.
Can you verify that running the publish.sh script, and then running dart devtools/bin/devtools.dart launches the flutter web app as expected?
|
Yep, it launches fine for me. Previously we were still building the Flutter version at FWIW, if using VS Code there's a launch config "Run Server with Release Build" that will do both steps (though just |
|
Awesome. Thanks for the fix! |

I think this is all correct. We no longer need to build the dart:html version, nor do we need to do gymnastics to put the Flutter version in a folder and change its index to flutter.html.
With this change, running the "Run Server with Release Build" launch config from VS Code seems to work as expected.