From: marina Date: Fri, 17 Jan 2025 09:29:57 +0000 (+0300) Subject: ERP-274 Ввести версионность js и css файлов X-Git-Tag: 1.7~71^2 X-Git-Url: https://gitweb.erp-flowers.ru/?a=commitdiff_plain;h=bd8260d72af47aa607162ecc1cb48b76db0ca226;p=erp24_rep%2Fyii-erp24%2F.git ERP-274 Ввести версионность js и css файлов --- diff --git a/erp24/assets/timetable/TimetableAsset.php b/erp24/assets/timetable/TimetableAsset.php index 972b4abb..7987a956 100755 --- a/erp24/assets/timetable/TimetableAsset.php +++ b/erp24/assets/timetable/TimetableAsset.php @@ -23,10 +23,10 @@ class TimetableAsset extends AssetBundle { parent::init(); - foreach (['js', 'css'] as $type) { - foreach ($this->$type as &$file) { - $file = FileVersionService::versionFile($file); - } - } +// foreach (['js', 'css'] as $type) { +// foreach ($this->$type as &$file) { +// $file = FileVersionService::versionFile($file); +// } +// } } }