Skip to content

basset:cache have strange issue #162

@blondie63

Description

@blondie63

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions