Home
last modified time | relevance | path

Searched refs:rubyPath (Results 1 – 3 of 3) sorted by relevance

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/
H A DSassFilter.php32 private $rubyPath; variable in Assetic\\Filter\\Sass\\SassFilter
45 public function __construct($sassPath = '/usr/bin/sass', $rubyPath = null) argument
48 $this->rubyPath = $rubyPath;
110 if (null !== $this->rubyPath) {
111 $sassProcessArgs = array_merge(explode(' ', $this->rubyPath), $sassProcessArgs);
H A DScssFilter.php22 public function __construct($sassPath = '/usr/bin/sass', $rubyPath = null) argument
24 parent::__construct($sassPath, $rubyPath);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCompassFilter.php28 private $rubyPath; variable in Assetic\\Filter\\CompassFilter
58 public function __construct($compassPath = '/usr/bin/compass', $rubyPath = null) argument
61 $this->rubyPath = $rubyPath;
201 if (null !== $this->rubyPath) {
202 $compassProcessArgs = array_merge(explode(' ', $this->rubyPath), $compassProcessArgs);