Enable less parser caching (#3)
The code already contained everything to enable less parser caching but the function Regen() was called instead of Get() for no apparent reason. Regen() is basically a wrapper around Get() that disables caching, see https://github.com/oyejorge/less.php/blob/master/lib/Less/Cache.php .
Please register or sign in to comment