mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/16543] Add script for automate it on builds
PHPBB3-16543
This commit is contained in:
parent
bc869f8ec3
commit
3ce8510f88
1 changed files with 1 additions and 1 deletions
|
@ -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');
|
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'];
|
$targets = [dirname(dirname(__FILE__)) . '/phpBB/styles/prosilver/theme/stylesheet.css'];
|
||||||
|
|
||||||
array_map('patch_glob', $targets);
|
array_map('patch_glob', $targets);
|
Loading…
Add table
Reference in a new issue