Replies: 1 comment
-
I also have an issue with automatic content detection. I use Blade ( |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I wanted to try the v4 alpha, but I'm very suspicious about the content discovery. I'm a web developer, and I only create custom websites where I write my own PHP/JS/TAILWIND, both frontend and backend.
For example, for Project X, I have the content set to: ["./.php", "./sources/.js", "./inc/.php", "./lang/.php"]. This is project-based, but in this project, I have an /admin/ folder where I have different content arguments because it's a back office that's independent of the main website (also running Tailwind there). It's like a subproject within the website, but it is independent. I am wondering how the automatic content discovery would work for these kinds of projects where I need to discover files in very specific locations and not anywhere else.
I was thinking a lot about this and I'm sure automatic content discovery would work for a lot of projects but without a config file with the content discovery it would be a mess for many others, all of mine for example. Can someone enlighten me on this?
Beta Was this translation helpful? Give feedback.
All reactions