From 3ce8510f88877b38391c43cb2c92cda4bb4a32c5 Mon Sep 17 00:00:00 2001 From: 3D-I <480857+3D-I@users.noreply.github.com> Date: Thu, 2 Jul 2020 23:21:31 +0200 Subject: [PATCH] [ticket/16543] Add script for automate it on builds PHPBB3-16543 --- ...tylesheet_cache_busters.php => stylesheet_cache_busters.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename build/{patch_stylesheet_cache_busters.php => stylesheet_cache_busters.php} (95%) diff --git a/build/patch_stylesheet_cache_busters.php b/build/stylesheet_cache_busters.php similarity index 95% rename from build/patch_stylesheet_cache_busters.php rename to build/stylesheet_cache_busters.php index cc7db550f4..7cc4b21153 100644 --- a/build/patch_stylesheet_cache_busters.php +++ b/build/stylesheet_cache_busters.php @@ -21,7 +21,7 @@ if (version_compare(PHP_VERSION, '7.1.3', '<')) die('patch_stylesheet_cache_busters.php requires at least PHP 7.1.3'); } -// Usage: "$ php build/patch_stylesheet_cache_busters.php" +// Usage: "$ php build/stylesheet_cache_busters.php" $targets = [dirname(dirname(__FILE__)) . '/phpBB/styles/prosilver/theme/stylesheet.css']; array_map('patch_glob', $targets);