Skip to content

Commit

Permalink
Fix error with missing filter css
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklopf committed Jan 24, 2024
1 parent 98b6ae2 commit 59018ae
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions dist/css/filter.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

2 changes: 1 addition & 1 deletion dist/js/filter.js

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

3 changes: 2 additions & 1 deletion dist/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"/js/filter.js": "/js/filter.js"
"/js/filter.js": "/js/filter.js",
"/css/filter.css": "/css/filter.css"
}
1 change: 1 addition & 0 deletions webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ mix
.setPublicPath("dist")
.js("resources/js/filter.js", "js")
.vue({ version: 3 })
.css("resources/css/filter.css", "css")
.nova("suenerds/nova-searchable-belongs-to-filter");

0 comments on commit 59018ae

Please sign in to comment.