adhocteam / pushup

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

Add support for static media #24

Closed paulsmith closed 1 year ago

paulsmith commented 1 year ago

There should be a place in the project directory structure for static media: CSS, JS, images, etc. These should be embedded in the executable, and exposed via an HTTP route and handler. There should also be support for dev mode reading directly from the disk.