build icon indicating copy to clipboard operation
build copied to clipboard

Investigate overlap with webdev, web build

Open davidmorgan opened this issue 3 months ago • 2 comments

Some questions:

  • Why do we have build_runner serve and webdev serve?
  • What does webdev add, could it move into build_runner?
  • Is webdev the only daemon client?

Edit: I guess I'll include in this issue, the web build in general, it does a lot of complex stuff with scratch_space, could that be supported in build_runner more directly--and in particular, in a composable way?

davidmorgan avatar Sep 25 '25 06:09 davidmorgan

Is webdev the only daemon client?

jaspr_cli from the jaspr project is also a build_daemon client.

simolus3 avatar Sep 26 '25 11:09 simolus3

Thanks!

Yes, I should have mentioned jaspr, I think figuring out why jaspr needs to run like that is part of the same question :)

davidmorgan avatar Sep 26 '25 11:09 davidmorgan