tailwind icon indicating copy to clipboard operation
tailwind copied to clipboard

Install Creates "app.css"

Open morinap opened this issue 2 years ago • 0 comments

Running a mix tailwind.install as part of my normal build process on my development environment automatically creates a file at /assets/css/app.css. My project uses DartSass and has an app.scss file instead, so the net effect is that if I run my build from a clean working copy, I end up with an untracked file in git for app.css.

I propose adding a --skip-prepare option to the tailwind install task that will skip the modifications it makes to app.css and app.js if the user desires and have prepared a Pull Request for this functionality.

morinap avatar Jun 27 '22 19:06 morinap