-
Notifications
You must be signed in to change notification settings - Fork 18
Closed
Description
In one my project i've a strange issue, when i run "php artisan basset:cache"
i've this result:
Looking for bassets under the following directories:
- resources/views (186 blade files)
- vendor/backpack/crud/src/resources/views (149 blade files)
- vendor/backpack/pro/resources/views (91 blade files)
- vendor/backpack/theme-tabler/resources/views (69 blade files)
Found 290 bassets in 495 blade files. Caching:
0/290 [░░░░░░░░░░░░░░░░░░░░░░░░░░░░] 0%
<style>
.document-recipients-container {
background-color: #ffffff;
border: 1px solid #dee2e6 !important;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.recipient-header {
background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
border-bottom: 2px solid #dee2e6 !important;
}
.recipient-type-buttons .btn {
border-radius: 20px;
font-size: 0.85rem;
transition: all 0.2s;
}
.recipient-type-buttons .btn:hover {
transform: translateY(-1px);
box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.recipient-type-buttons .btn.active {
background-color: #007bff;
border-color: #007bff;
color: white;
}
.recipient-grid {
min-height: 300px;
}
.users-grid-container {
max-height: 400px;
overflow-y: auto;
}
#recipients-table {
margin-bottom: 0;
}
#recipients-table thead th {
position: sticky;
top: 0;
background-color: #f8f9fa;
border-bottom: 2px solid #dee2e6;
font-weight: 600;
font-size: 0.875rem;
}
.... continue with very long code..
This problem has been happening for a few days now, what could it be?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done