You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding multi theme folders, I wonder if the view caches are really ok to watch for class names. Instead shouldn't we add theme spesific folders ? these are compiled as a blade files so they are basically php files. but I wonder if it breaks something If I remove it.
content: ["./vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php","./storage/framework/views/*.php","./resources/views/**/*.blade.php",// is this required ?"./themes/panel/**/*.{blade.php,js,vue,ts}",],
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi ,
When adding multi theme folders, I wonder if the view caches are really ok to watch for class names. Instead shouldn't we add theme spesific folders ? these are compiled as a blade files so they are basically php files. but I wonder if it breaks something If I remove it.
Beta Was this translation helpful? Give feedback.
All reactions