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
|
@ -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);
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue