Skip to content
Discussion options

You must be logged in to vote

Good grief, I think I found it.

Under my home directory, I have a .gitignore file that contains only *. That's what's keeping the tailwindcss cli from processing my index.html. I remove my .gitignore file, and now it works.

I also tried cloning my v4bug project under /tmp, and that worked fine.

I'm a little confused. The v4bug directory is under git control, and thus I wouldn't think that a .gitignore file above the "root" would affect things. Maybe tailwindcss is walking up the tree and processing all .gitignore files it finds?

If anyone is curious, my .gitignore excludes everything, so that I can track my dotfiles and other things under git, and I have to explicitly git add ... anything…

Replies: 1 comment 6 replies

Comment options

You must be logged in to vote
6 replies
@samf
Comment options

@samf
Comment options

@samf
Comment options

@samf
Comment options

Answer selected by samf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants