Skip to content

Commit

Permalink
the Jade mode was removed. Now called Pug instead.
Browse files Browse the repository at this point in the history
  • Loading branch information
okonomiyaki3000 committed Aug 23, 2016
1 parent 5d6cfe6 commit 360f4ee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions administrator/components/com_admin/script.php
Original file line number Diff line number Diff line change
Expand Up @@ -1427,6 +1427,9 @@ public function deleteUnexistingFiles()
'/administrator/templates/isis/js/bootstrap.min.js',
'/media/system/js/permissions.min.js',
'/libraries/platform.php',
// Joomla! 3.6.3
'/media/editors/codemirror/mode/jade/jade.js',
'/media/editors/codemirror/mode/jade/jade.min.js',
);

// TODO There is an issue while deleting folders using the ftp mode
Expand Down Expand Up @@ -1523,6 +1526,8 @@ public function deleteUnexistingFiles()
// Joomla 3.6
'/libraries/simplepie/idn',
'/libraries/simplepie',
// Joomla! 3.6.3
'/media/editors/codemirror/mode/jade',
);

jimport('joomla.filesystem.file');
Expand Down

0 comments on commit 360f4ee

Please sign in to comment.