Question regarding the dev setup #2314
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
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 thatgrind serve
doesn't just use that server, which would give it automatic incremental rebuilds? Or should the contributing.md file possibly mention just runningdart run build_runner serve
for local development?The text was updated successfully, but these errors were encountered: