You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following gave an error for "cannot find class Lessify", unsure why. Removing .Lessify from the import seemed to fix it, so I'm guessing it's something I did or didn't name properly? Who knows.
CakePHP version 2.8.4
The following gave an error for "cannot find class Lessify", unsure why. Removing .Lessify from the import seemed to fix it, so I'm guessing it's something I did or didn't name properly? Who knows.
So I did this:
require_once(APP
. 'Vendor' . DS . 'lessphp/lessify.inc.php');Both that and removing .Lessify gave me the same error, indicating I'm including this file properly. Now I get this:
"Declaration of lessify::parse() should be compatible with lessc::parse"
The library's three years old. Maybe something changed in the past three years?
The text was updated successfully, but these errors were encountered: