Skip to content

Commit

Permalink
chore(deps): Add asset versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Log1x committed Mar 14, 2024
1 parent 8fd9621 commit b5fc7c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
12 changes: 6 additions & 6 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"/js/app.js": "/js/app.js",
"/js/app.asset.php": "/js/app.asset.php",
"/js/editor.js": "/js/editor.js",
"/js/editor.asset.php": "/js/editor.asset.php",
"/css/editor.css": "/css/editor.css",
"/css/app.css": "/css/app.css"
"/js/app.js": "/js/app.js?id=887c41246eae264f801d635b5e967e05",
"/js/app.asset.php": "/js/app.asset.php?id=ed8c09fd7df0bdddfd45f14d80c8dd8c",
"/js/editor.js": "/js/editor.js?id=625400b2b1f60392e6c66836cc7453cb",
"/js/editor.asset.php": "/js/editor.asset.php?id=3966666216b5eac0c7404db284a0c321",
"/css/editor.css": "/css/editor.css?id=519a8a77aa5e669473f352b658db844e",
"/css/app.css": "/css/app.css?id=71e98cf87c85b21a526dff38c95dad81"
}
1 change: 1 addition & 0 deletions webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ mix
.sass('resources/css/editor.scss', 'public/css')
.js('resources/js/app.js', 'public/js')
.blocks('resources/js/editor.js', 'public/js')
.version()
.options({
processCssUrls: false,
postCss: [require('tailwindcss')('./tailwind.config.js')]
Expand Down

0 comments on commit b5fc7c0

Please sign in to comment.