Skip to content

Commit d216281

Browse files
authored
[5.1] Add exceptions to deleted files check for JS files to be kept on update (#42936)
1 parent d4167d0 commit d216281

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build/deleted_file_check.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ function usage($command)
6565
$options['from'] . '/components/com_search',
6666
$options['from'] . '/images/sampledata',
6767
$options['from'] . '/installation',
68+
$options['from'] . '/media/com_cpanel/js',
69+
$options['from'] . '/media/com_modules/js',
70+
$options['from'] . '/media/legacy/js',
71+
$options['from'] . '/media/mod_multilangstatus',
6872
$options['from'] . '/media/plg_quickicon_eos310',
6973
$options['from'] . '/media/system/images',
7074
$options['from'] . '/modules/mod_search',

0 commit comments

Comments
 (0)