Skip to content
This repository has been archived by the owner on Apr 27, 2023. It is now read-only.

Commit

Permalink
fix(#630): Configure mix to use version strings for cache busting
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstojda authored and Alex committed Apr 8, 2021
1 parent 629ce72 commit c0bf8aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APP_NAME=CSU Booking Platform
APP_NAME="CSU Booking Platform"
APP_ENV=local
APP_KEY=
APP_DEBUG=true
Expand Down
3 changes: 2 additions & 1 deletion webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ mix.webpackConfig(config)
.postCss('resources/css/app.css', 'public/css', [
require('postcss-import'),
require('tailwindcss'),
]);
])
.version();

0 comments on commit c0bf8aa

Please sign in to comment.