adhocteam / pushup

Pushup is for making modern, page-oriented web apps in Go
https://pushup.adhoc.dev
MIT License
844 stars 30 forks source link

editing app.go doesn't trigger a re-build #29

Closed llimllib closed 2 years ago

llimllib commented 2 years ago
  1. Create an app with pushup new myapp
  2. Run it with pushup run
  3. edit app/pkg/app.go and save it
  4. note that the app doesn't rebuild
paulsmith commented 2 years ago

Did you use the -dev flag?

llimllib commented 2 years ago

(you need -dev, which I knew but forgot)