|
@@ -29,13 +29,8 @@
|
|
|
|
|
|
namespace OC\Template;
|
|
namespace OC\Template;
|
|
|
|
|
|
-use Leafo\ScssPhp\Compiler;
|
|
|
|
-use Leafo\ScssPhp\Exception\ParserException;
|
|
|
|
-use Leafo\ScssPhp\Formatter\Crunched;
|
|
|
|
-use Leafo\ScssPhp\Formatter\Expanded;
|
|
|
|
use OC\Files\AppData\Factory;
|
|
use OC\Files\AppData\Factory;
|
|
use OC\Memcache\NullCache;
|
|
use OC\Memcache\NullCache;
|
|
-use OC\Template\IconsCacher;
|
|
|
|
use OCP\AppFramework\Utility\ITimeFactory;
|
|
use OCP\AppFramework\Utility\ITimeFactory;
|
|
use OCP\Files\IAppData;
|
|
use OCP\Files\IAppData;
|
|
use OCP\Files\NotFoundException;
|
|
use OCP\Files\NotFoundException;
|
|
@@ -48,6 +43,10 @@ use OCP\IConfig;
|
|
use OCP\ILogger;
|
|
use OCP\ILogger;
|
|
use OCP\IMemcache;
|
|
use OCP\IMemcache;
|
|
use OCP\IURLGenerator;
|
|
use OCP\IURLGenerator;
|
|
|
|
+use ScssPhp\ScssPhp\Compiler;
|
|
|
|
+use ScssPhp\ScssPhp\Exception\ParserException;
|
|
|
|
+use ScssPhp\ScssPhp\Formatter\Crunched;
|
|
|
|
+use ScssPhp\ScssPhp\Formatter\Expanded;
|
|
|
|
|
|
class SCSSCacher {
|
|
class SCSSCacher {
|
|
|
|
|
|
@@ -499,7 +498,7 @@ class SCSSCacher {
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * Add the icons css cache in the header if needed
|
|
|
|
|
|
+ * Add the icons css cache in the header if needed
|
|
*
|
|
*
|
|
* @return boolean true
|
|
* @return boolean true
|
|
*/
|
|
*/
|