Replies: 4 comments 9 replies
|
@the-pulli Since v2.0.13, you can generate unminified Does that meet your needs? You may need to update your |
1 reply
|
@flavorjones, thanks! That goes in the right direction. But in production I call |
3 replies
|
Why do you want to compress TW with yui? |
1 reply
|
@flavorjones So you closed your PR #248. Will there be an implementation of that feature at another place in the Rails codebase? |
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Are there any strategies how to use Tailwind with yui as a CSS compressor?
If I enable yui, the already minified tailwind.css from (app/assets/builds) gets again minified (and messed up) by yui and copied as an asset to public/assets.
Can I configure Rails to exclude the tailwind.css from being minified again?
I reproduced the behaviour with yui directly in my console with same results as in my Rails app.
Attached you find the example files from my app:
tailwind-without-yui.txt
tailwind-yui.txt
Any help is appreciated, thanks 🙃
All reactions