Home
last modified time | relevance | path

Searched refs:includePaths (Results 1 – 1 of 1) sorted by last modified time

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DSassphpFilter.php26 private $includePaths = array(); variable in Assetic\\Filter\\SassphpFilter
33 $includePaths = array_merge(
35 $this->includePaths
37 $sass->setIncludePath(implode(':', $includePaths));
59 $this->includePaths = $paths;
64 $this->includePaths[] = $path;
71 $includePaths = $this->includePaths;
72 if (null !== $loadPath && !in_array($loadPath, $includePaths)) {
73 array_unshift($includePaths, $loadPath);
76 if (empty($includePaths)) {
[all …]