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
Hi there, just trying to use minifyjs and minifycss from the command line. I installed the git repo just fine into a user directory /User/squivo/minifier/minify and added the /bin folder to my $PATH. When I run the minify commands via command line I get this error:
PHP Fatal error: Class 'MatthiasMullie\PathConverter\Converter' not found in /Users/squivo/minifier/minify/src/CSS.php on line 688
Looks like this class is missing from the repo?
The text was updated successfully, but these errors were encountered:
If you use composer to install minify, path-converter should also automatically be included.
If you don't use composer, you can check out these instructions: #83
Hi there, just trying to use
minifyjs
andminifycss
from the command line. I installed the git repo just fine into a user directory/User/squivo/minifier/minify
and added the /bin folder to my $PATH. When I run the minify commands via command line I get this error:PHP Fatal error: Class 'MatthiasMullie\PathConverter\Converter' not found in /Users/squivo/minifier/minify/src/CSS.php on line 688
Looks like this class is missing from the repo?
The text was updated successfully, but these errors were encountered: