Fixup! Proberly detect variable changes

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-01-04 19:11:38 +01:00
parent cf53560218
commit 1f2437e2c5
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 0 additions and 4 deletions

View File

@ -111,10 +111,6 @@ class SCSSCacher {
$folder = $this->appData->newFolder($app);
}
if(!$this->variablesChanged() && $this->isCached($fileNameCSS, $folder)) {
return true;
}
return $this->cache($path, $fileNameCSS, $fileNameSCSS, $folder, $webDir);
}