Skip to content

Commit

Permalink
[Bugfix] Missing Filament assets (#827)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjustesen authored Oct 2, 2023
1 parent 69cd174 commit e8d17b1
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 9 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions public/build/assets/app-1403bbae.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion public/build/assets/app-75ee13d6.css

This file was deleted.

2 changes: 1 addition & 1 deletion public/build/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resources/css/app.css": {
"file": "assets/app-75ee13d6.css",
"file": "assets/app-1403bbae.css",
"isEntry": true,
"src": "resources/css/app.css"
},
Expand Down
3 changes: 2 additions & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ export default {
presets: [presets],

content: [
'./app/Filament/**/*.php',
'./resources/views/**/*.blade.php',
'./storage/framework/views/*.php',
'./vendor/filament/**/*.blade.php',
],

darkMode: 'class',
Expand Down

0 comments on commit e8d17b1

Please sign in to comment.