fix: Update all paths to PascalCase (Css, Js, Fonts)
- Update enqueue-scripts.php: /Assets/css/ → /Assets/Css/, /Assets/js/ → /Assets/Js/ - Update related-posts.php, performance.php, minify-css.php, CSSConflictValidator.php - Fix 404 errors for CSS/JS/Fonts on production 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -99,7 +99,7 @@ final class CSSConflictValidator implements PhaseValidatorInterface
|
||||
string $themePath,
|
||||
ValidationResult $result
|
||||
): array {
|
||||
$assetsPath = $themePath . '/Assets/css';
|
||||
$assetsPath = $themePath . '/Assets/Css';
|
||||
|
||||
$cssFilesFound = [];
|
||||
$importantViolations = [];
|
||||
|
||||
Reference in New Issue
Block a user