-
Notifications
You must be signed in to change notification settings - Fork 579
move to using webdev to develop #1069
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I'm wondering how to integrate the custom build steps that grind runs into |
I haven't looked into it, but perhaps:
|
I've done an initial investigation, and it looks like this is blocked on a bunch of other work. I tried removing I tried doing a In short, getting this codebase clean enough to work with webdev is going to require a lot of yak shaving. |
By "http imports," do you mean HTML imports? Are these the ones for Polymer we're talking about, in other words? |
Yup |
Since with #2808 we're using Flutter to build the UI, we've been using its tooling appropriately and are no longer using |
We currently use
grind serve-custom-backend
to build and serve the app when developing; we should probably move to usingwebdev serve
; it has a faster iteration cycle.The text was updated successfully, but these errors were encountered: