Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Inpassor committed Jul 29, 2016
2 parents b05cc88 + 4d9fe6a commit d51e633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EAssetManager.php
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public function lessCompile($src)
}
if (!file_exists($path) || $lessCompile || $this->lessForceCompile) {
if (!$this->_lessc) {
$this->_lessc = new \leafo\lessphp\lessc();
$this->_lessc = new lessc();
}
$this->_lessc->setFormatter($this->lessFormatter);
$lessCache = $this->_lessc->cachedCompile($src);
Expand Down

0 comments on commit d51e633

Please sign in to comment.