Skip to content
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

JIT Compiler now works out of box with live reload #12

Open
wants to merge 1 commit into
base: JIT-compiler
Choose a base branch
from

Conversation

imlolman
Copy link

@imlolman imlolman commented Jan 6, 2023

Fixed Issue #1

Changelog:

  • Upgraded to Tailwind version 3.1.4
  • Added --wait flag of the live server with a value of 0 to fix issue where HTML and CSS updates were not occurring simultaneously
    • Previously, the default delay of 100ms caused JIT compilation of CSS to finish before the HTML update, resulting in only the CSS being updated
    • By setting the delay to 0, both the HTML and CSS updates will occur separately, ensuring that both are updated as intended
JIT.DEMO.mp4

@imlolman imlolman changed the title Fixed Issue #1 JIT Compiler JIT Compiler now works out of box with live reload Jan 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant