mirror of
https://github.com/nextcloud/server.git
synced 2026-04-24 15:53:36 -04:00
SCSS files are only cached if their size is > 0
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
ca493ab5b1
commit
92e93704be
1 changed files with 2 additions and 1 deletions
|
|
@ -153,8 +153,9 @@ class SCSSCacher {
|
|||
return false;
|
||||
}
|
||||
}
|
||||
return true;
|
||||
}
|
||||
return true;
|
||||
return false;
|
||||
} catch(NotFoundException $e) {
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue