Skip to content

Question regarding the dev setup #2314

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

Closed
jakemac53 opened this issue Jun 30, 2022 · 2 comments
Closed

Question regarding the dev setup #2314

jakemac53 opened this issue Jun 30, 2022 · 2 comments
Labels
closed-obsolete Closed as the reported issue is no longer relevant P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug type-infra A repository infrastructure change or enhancement

Comments

@jakemac53
Copy link
Contributor

Hi! I recently checkout out this repo to work on a quick bug fix, and I was wondering a bit about the dev setup. In particular, the grind serve task does not support re-building when you make edits to the code.

It does appear however that just running dart run build_runner serve works perfectly fine, so I was wondering if there is a reason that grind serve doesn't just use that server, which would give it automatic incremental rebuilds? Or should the contributing.md file possibly mention just running dart run build_runner serve for local development?

@johnpryan
Copy link
Contributor

There's a slight issue when you use dart run build_runner serve, it will work as long as you are using dart2js. I filed #2383 since I can't find any issues about this.

But other than that I don't see why we can't provide a grind task for both options.

Related to #1069

@johnpryan johnpryan added the type-question A question about expected behavior or functionality label Oct 6, 2022
@johnpryan johnpryan added type-enhancement A request for a change that isn't a bug type-infra A repository infrastructure change or enhancement P2 A bug or feature request we're likely to work on and removed type-question A question about expected behavior or functionality labels Nov 16, 2022
@parlough
Copy link
Member

parlough commented Jun 17, 2024

Closing as stale, because the web-based frontend has been removed from the repo, now you can use flutter run albeit with some custom HTTP headers depending on the development task at hand. Thanks!

@parlough parlough closed this as not planned Won't fix, can't repro, duplicate, stale Jun 17, 2024
@parlough parlough added the closed-obsolete Closed as the reported issue is no longer relevant label Jun 17, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
closed-obsolete Closed as the reported issue is no longer relevant P2 A bug or feature request we're likely to work on type-enhancement A request for a change that isn't a bug type-infra A repository infrastructure change or enhancement
Projects
None yet
Development

No branches or pull requests

3 participants