kit-clj / modules

Official Kit modules
https://kit-clj.github.io/
10 stars 11 forks source link

Store generated files in target/generated-sources #32

Closed gerdint closed 7 months ago

gerdint commented 7 months ago

This changes the Tailwind module to store its generated HTML files in the more standard (at least in Java land) target/generated-sources directory.

The main advantage is that the target directory is already in .gitignore, and that it separates the generated files from tailwind/input.css. (Though I personally have the latter in resources/css.)

@whamtet

whamtet commented 7 months ago

Great work @gerdint !

yogthos commented 7 months ago

Awesome!