chrism / emberjs-tailwind-purgecss

A guide to using Tailwind v1.0 and Purge CSS with EmberJS
71 stars 12 forks source link

Setup: Is the `mkdir app/tailwind` step necessary? #26

Open jeffdaley opened 3 years ago

jeffdaley commented 3 years ago

https://github.com/chrism/emberjs-tailwind-purgecss#generate-configuration-file

It seems we create a tailwind directory but don't do I anything with it. Typo? Or am I missing something?

mcfiredrill commented 3 years ago

I stuck my tailwind config in that directory.

Perhaps the step below has a typo. https://github.com/datafruits/datafruits/tree/master/app/tailwind

mbarberot commented 2 years ago

I came across this typo too. I placed it into the ./app/tailwind dir as I didn't liked it to be next to app.js and router.js It looks like you could put it wherever you want as long as you also update the path into ember-cli-build.js I made a pull request to fix the documentation : #46