Skip to content

Has someone managed to use JIT mode of tailwindcss with eleventy ? #1731

Answered by daflh
neo7-studio-web asked this question in Q&A
Discussion options

You must be logged in to vote

I think that's because the first command never ends (since it's watching files), so it will never execute the next command. How about using something like concurrently, then just run concurrently "eleventy --quiet --serve" "set TAILWIND_MODE=watch postcss assets/css/index.css -o _site/assets/css/index.css -w"?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@neo7-studio-web
Comment options

Answer selected by neo7-studio-web
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants