Level 67
@jhull Are you running version() in mix? And then using <script src="{{ mix('/js/app.js') }}"> in your view? That will generate unique hashes for your files, like '/js/app.js?id=45DJ376K34KQ` that will force the browser to reload the asset if there are ever any changes to it (because it will change the hash making it "seem" like a different file).