You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there! One recurring issue I've had since using Maizzle is that whenever I touch to images within the src/images folder (from the Finder on macOS), the command line (maizzle serve) running in the background crashes.
Not a big issue as I simply have to relaunch the command to run things again. But this could be a nice improvement given this is something I do very often!
The text was updated successfully, but these errors were encountered:
Hey! This should be improved starting with 4.2.2 where we fixed an issue with the content sources for Tailwind.
What was happening is that we were defining ./src/**/*.* as a glob path for Tailwind to scan files for selectors to generate. Those paths commonly included src/images and it lead to two things: 1) Tailwind compilation was getting slower as the number of files in your images folder increased and 2) while Maizzle was building, Tailwind was accessing those files as well, sometimes causing a crash.
That ENOTEMPTY might happen for other reasons too, but do try with the latest version of Maizzle.
Note: looking at releasing 4.2.6 today which comes with Tailwind CSS 3.2.0, so maybe hold off and update directly to that :)
Hey there! One recurring issue I've had since using Maizzle is that whenever I touch to images within the
src/images
folder (from the Finder on macOS), the command line (maizzle serve
) running in the background crashes.Not a big issue as I simply have to relaunch the command to run things again. But this could be a nice improvement given this is something I do very often!
The text was updated successfully, but these errors were encountered: