Created
April 22, 2021 07:41
-
-
Save dmjcomdem/8f3d47e6541fd8f63a047069dbf8cc4f to your computer and use it in GitHub Desktop.
Для генерации шаблона и обновлении ссылки на стили, для сброса закешированных css файлов.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'<link rel="stylesheet" href="style.css?%VERSION_STYLE%">' | |
.replace(/.css?(%VERSION_STYLE%|\d+)/, '?' + Date.now()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment