mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
mergejs should print a newline between imports
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
57020a0c36
commit
04fc00fcdf
2 changed files with 24 additions and 7 deletions
|
|
@ -31,5 +31,6 @@ $vendors = $data['vendor'];
|
|||
$vendorjs = fopen(__DIR__.'/../core/vendor/core.js', 'w');
|
||||
foreach($vendors as $vendor) {
|
||||
fwrite($vendorjs, file_get_contents(__DIR__.'/../core/vendor/'.$vendor));
|
||||
fwrite($vendorjs, PHP_EOL);
|
||||
}
|
||||
fclose($vendorjs);
|
||||
|
|
|
|||
30
core/vendor/core.js
vendored
30
core/vendor/core.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue