teknql / shadow-cljs-tailwind-jit

Shadow build hooks for enabling JIT compilation of Tailwind CSS
95 stars 10 forks source link

:tailwind/output #8

Closed chrismurrph closed 3 years ago

chrismurrph commented 3 years ago

I'm getting "ClassCastException: java.lang.String cannot be cast to clojure.lang.Associative" when including this line in shadow-cljs.edn as you have it in your docs:

:tailwind/output "resources/public/app.css"

Presumably shadow-cljs expects a map instead of a string. Perhaps I need a more recent version of shadow-cljs. The version used here is "2.12.5"

chrismurrph commented 3 years ago

I was putting it at the wrong level.