kriansa / fuel-less

Less implementation for FuelPHP using lessphp and nodejs. Unmaintained.
MIT License
28 stars 7 forks source link

undefined method error - 1.1/develop no longer an option? #3

Closed ikmolbo closed 12 years ago

ikmolbo commented 12 years ago

Hi,

About the "ErrorException [ Error ]: Call to undefined method Less\Asset::instance()" error that you fixed by checking out the 1.1/develop branch of Fuel Core...

It seems that 1.1/develop is no longer available, and 1.2/master results in the error "Class 'Less\Fuel_Exception' not found". Is there any solution for this, or update to your (excellent) package on the way?

Thanks,

Matt

kriansa commented 12 years ago

Try 1.2/develop

ikmolbo commented 12 years ago

Thanks, but that just produces a different error - Class 'Fuel_Exception' not found (from PKGPATH/less/classes/asset/instance.php @ line 53)

Same error with 1.2/master.

kriansa commented 12 years ago

I just made a fix, update your branch and try again.

ikmolbo commented 12 years ago

Thanks - that worked.