lustre-labs / dev-tools

Lustre's CLI and development tooling: zero-config dev server, bundling, and scaffolding.
45 stars 15 forks source link

Prompt users to update their `index.html` after adding tailwind. #32

Closed hayleigh-dot-dev closed 3 months ago

hayleigh-dot-dev commented 4 months ago

Users might not realise they need to still actually <link> to their built CSS file after adding tailwind (see #30). I'd like to at least notify the user that they need to update their index.html to include the css file that will be generated in ./priv/static/app.css.