Skip to content

Commit

Permalink
Revert "Composer: Delete files that are not in the app/Resources/publ…
Browse files Browse the repository at this point in the history
…ic directory when installing - refs BT#17870"

This reverts commit 441fe3d.
  • Loading branch information
AngelFQC committed Oct 28, 2020
1 parent 441fe3d commit a3161e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Chamilo/CoreBundle/Composer/ScriptHandler.php
Expand Up @@ -18,7 +18,7 @@ public static function dumpCssFiles()
$appCss = __DIR__.'/../../../../app/Resources/public';
$newPath = __DIR__.'/../../../../web';
$fs = new Filesystem();
$fs->mirror($appCss, $newPath, null, ['override' => true, 'delete' => true]);
$fs->mirror($appCss, $newPath, null, ['override' => true]);

if ($fs->exists(__DIR__.'/../../../../web/build')) {
$fs->remove(__DIR__.'/../../../../web/build');
Expand Down

0 comments on commit a3161e7

Please sign in to comment.