Cachebuster
return [
'schnti.cachebuster.active' => true
];
Add modification timestamps to your css and js files, as long as they are embedded with the css() and js() helpers.
return [
'schnti.cachebuster.active' => true
];
Add modification timestamps to your css and js files, as long as they are embedded with the css() and js() helpers.
$page->file('ukulele.pdf')->fingerprint();
by Bruno Meilick
<?= js('assets/js/main.js') ?>
<!-- will become -->
<script src="/assets/js/main.9ad649fd.js"></script>
by Johann Schopplich