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.
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.