57 static $result =
null;
66 $documentRoot = \Bitrix\Main\Application::getDocumentRoot();
67 foreach(self::$assetFiles as $filePath)
69 $file = new \Bitrix\Main\IO\File($documentRoot . $filePath);
70 if (!$file->isExists())
76 $filePath => $file->getModificationTime()
80 return md5(serialize($assetsData));