Do not stop on scss compilation failure
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
af923601b9
commit
892a427807
|
@ -183,6 +183,8 @@ class SCSSCacher {
|
|||
$path,
|
||||
\OC::$SERVERROOT . '/core/css/',
|
||||
]);
|
||||
// Continue after throw
|
||||
$scss->setIgnoreErrors(true);
|
||||
if($this->config->getSystemValue('debug')) {
|
||||
// Debug mode
|
||||
$scss->setFormatter(Expanded::class);
|
||||
|
|
Loading…
Reference in New Issue