Merge pull request #6647 from nextcloud/scss-no-take-only-throw

Do not stop on scss compilation failure
This commit is contained in:
John Molakvoæ 2017-09-26 16:26:43 +02:00 committed by GitHub
commit fc46e98fc6
1 changed files with 2 additions and 0 deletions

View File

@ -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);