From 01719473a9060f602008318f2aeb2de437a70f49 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Mon, 24 Feb 2020 14:57:23 +0200 Subject: [PATCH] Added dev env cache buster --- app/views/layouts/default.phtml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/app/views/layouts/default.phtml b/app/views/layouts/default.phtml index 9214e7a15b..ad74e8b216 100644 --- a/app/views/layouts/default.phtml +++ b/app/views/layouts/default.phtml @@ -11,6 +11,7 @@ $litespeed = $this->getParam('litespeed', true); $analytics = $this->getParam('analytics', 'UA-26264668-9'); $env = $this->getParam('env', ''); $canonical = $this->getParam('canonical', ''); +$buster = 18; // For DEV env if(!empty($platforms)) { $platforms = array_map(function($platform) { @@ -37,8 +38,8 @@ if(!empty($platforms)) { <?php echo $this->getParam('title', ''); ?> - - + + @@ -57,7 +58,7 @@ if(!empty($platforms)) { - +