-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: add gcompat for tailwindcss(-rails) #1184
Comments
This allows using tailwindcss-rails and tailwindcss-cli in build stage Belongs to #1184
Just added BTW: A few weeks ago I upgraded the Builder stuff to Rails 7, so it is faster to build a Rails 7 app than a Rails 6 app. In my apps building time is about 1-2 minutes on GitHub Actions, see these examples which both use esbuild: |
Thanks! Works like a Charm. I'm on Gitlab with their public Runners & selfhosted ones on Kubernetes. |
Cool, thanks for the feedback!
Please note that this project is already ready on Rails 7. Means: The |
tailwindcss-rails or rather tailwindcss-cli requires
build-base
andgcompat
in order to compile Tailwind.Related Issue here
I'm aware that the Builder Dockerfile is meant for Rails 6 currently,
but would it be possible for you to include
gcompat
aswell?Appreciated!
PS:
had 4m50s builds with your base images on Rails 6.1
after switching to Rails 7 i got 2m30s on the Build Stage
The text was updated successfully, but these errors were encountered: