]> source.dussan.org Git - nextcloud-server.git/commit
Avoid SCSS compilation if not needed
authorRoeland Jago Douma <roeland@famdouma.nl>
Fri, 6 Nov 2020 10:26:53 +0000 (11:26 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Fri, 6 Nov 2020 10:31:36 +0000 (11:31 +0100)
commitcd849db8be9bf7712ff216e81c3d134087be0eb1
treeb93c4c05cc83e40d476ccd611c61742b624c9634
parent2c6bbe783a6ab0f75f9ad85d66d9b4511a7543be
Avoid SCSS compilation if not needed

Now we do on each template load a compile with the SCSS variables to see
if they changed or not. However there is no real reason for this if the
variables didn't change.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
lib/private/Template/SCSSCacher.php