wingertge / perseus-tailwind

A plugin to integrate TailwindCSS with Perseus
15 stars 3 forks source link

Build succeeds even if tailwind fails #7

Open smessmer opened 1 year ago

smessmer commented 1 year ago

If tailwind fails, say because the tailwind.config.js is misconfigured, perseus serve still succeeds and doesn't show an error message. It just keeps serving the previous version of the tailwind output css. It took me a while to figure out why my design changes didn't get applied. It would be better if it deleted the old version or at least showed an error message.