-
Notifications
You must be signed in to change notification settings - Fork 15
Description
I really like this plugin and it met the needs of my client PERFECTLY.... so... if you can help me fix this problem I would very happy to use this plugin for all future projects.
When I turn on Compass in WP Assets Minify's Configuration, I get the same error regardless of what path I put into the input field for the compiler path. I put in C:\compass.app\ or C:/compass.app/ and no dice. The error I get is "Call to a member function getPath() on a non-object in C:[my-file-system]\wp-content\plugins\assetsminify\src\AssetsMinify\Assets\Css\Scss.php on line 32".
When I var_dump the Manager Object just before this line (line 31) I see that the Cache member it is trying to read is null.
When I turn off Compass, all is well, all is minified correctly and all is Compiled in SASS without problems.
I need this plugin to work asap or I have to find another plugin/means of a working environment.
Thanks a million.