mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-18 20:05:16 +00:00
Fix build system.
This commit is contained in:
@ -134,6 +134,10 @@ function src_inc_list_js(string $assets_url, array $files) : string {
|
||||
|
||||
//Process the list of files
|
||||
foreach($files as $file){
|
||||
|
||||
if(is_array($file))
|
||||
$file = $file["path"];
|
||||
|
||||
$source .= src_inc_js($assets_url.$file)."\n\t\t";
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user