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