jacobobryant / platypub

A publishing platform built with Biff
MIT License
65 stars 13 forks source link

Bundle css with default theme #55

Closed jacobobryant closed 2 years ago

jacobobryant commented 2 years ago

Currently the default theme generates css with tailwind whenever you run it. This can take a while if you're running platypub on a tiny vps. Instead we should generate the CSS during development and commit the file to git, and stop calling tailwind at run time. We may need to have render-site copy the css file over to the right location.