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:
FrankZamora
2025-12-01 12:06:28 -06:00
parent 7667b7f02a
commit 3c8e5982ba
5 changed files with 34 additions and 34 deletions

View File

@@ -99,7 +99,7 @@ final class CSSConflictValidator implements PhaseValidatorInterface
string $themePath,
ValidationResult $result
): array {
$assetsPath = $themePath . '/Assets/css';
$assetsPath = $themePath . '/Assets/Css';
$cssFilesFound = [];
$importantViolations = [];