Searched refs:compileFile (Results 1 – 2 of 2) sorted by relevance
30 The `compileFile` method reads and compiles a file. It will either return the35 echo $less->compileFile("input.less");38 The `checkedCompile` method is like `compileFile`, but it only compiles if the output
2110 public function compileFile($fname, $outFname = null) { function in lessc2175 $this->compileFile($in, $out);2233 $out['compiled'] = $this->compileFile($root);2263 $out = $this->compileFile($this->_parseFile);