fixed wrong path for css files in function calculate_dep_timestamp
This commit is contained in:
parent
6938c03658
commit
9717d5de9d
1 changed files with 1 additions and 1 deletions
|
@ -4169,7 +4169,7 @@
|
|||
}
|
||||
|
||||
function calculate_dep_timestamp() {
|
||||
$files = array_merge(glob("js/*.js"), glob("*.css"));
|
||||
$files = array_merge(glob("js/*.js"), glob("css/*.css"));
|
||||
|
||||
$max_ts = -1;
|
||||
|
||||
|
|
Loading…
Reference in a new issue