diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2019-05-29 16:09:07 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-07-12 16:18:02 +0200 |
commit | f8aeef7ae9ea97e85318839f8d569e8765cad958 (patch) | |
tree | df3b5aa5710904adfaefd7001dd825726dd69d88 /lib/private/Template/IconsCacher.php | |
parent | c193c0d46670fdda79f74523eb0f616175dd513b (diff) | |
download | nextcloud-server-f8aeef7ae9ea97e85318839f8d569e8765cad958.tar.gz nextcloud-server-f8aeef7ae9ea97e85318839f8d569e8765cad958.zip |
Lock SCSS so we only run 1 job at a time
This is bit hacky but a start to lock the SCSS compiler properly
Retry during 10s then give up
Properly get error message
Do not clear locks and properly debug scss caching
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to 'lib/private/Template/IconsCacher.php')
-rw-r--r-- | lib/private/Template/IconsCacher.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/private/Template/IconsCacher.php b/lib/private/Template/IconsCacher.php index dd83ce78775..3c0a270d3f2 100644 --- a/lib/private/Template/IconsCacher.php +++ b/lib/private/Template/IconsCacher.php @@ -238,6 +238,9 @@ class IconsCacher { } } + /** + * Add the icons cache css into the header + */ public function injectCss() { $mtime = $this->timeFactory->getTime(); $file = $this->getCachedList(); |