boostorg / website-v2

New Boost website
https://boost.io
Boost Software License 1.0
9 stars 10 forks source link

Tailwind server issues #1147

Closed rbbeeston closed 1 month ago

rbbeeston commented 1 month ago

As a means of addressing tailwind issues we should do the following:

  1. Add static/style.css to gitignore
  2. Have the build process generate the static/style.css when being moved onto the server (however makes sense) so that it's built fresh based on the current code base.
kennethreitz commented 1 month ago

That sounds like a good plan to me. Maybe we can make the yarn build part of the docker image build

rbbeeston commented 1 month ago

That would be perfect if that will work

kennethreitz commented 1 month ago

https://github.com/boostorg/website-v2/pull/1158