Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Class for relative path command line usage #169

Closed
squivo opened this issue Mar 31, 2017 · 1 comment
Closed

Missing Class for relative path command line usage #169

squivo opened this issue Mar 31, 2017 · 1 comment

Comments

@squivo
Copy link

squivo commented Mar 31, 2017

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?

@matthiasmullie
Copy link
Owner

That class is part of https://github.com/matthiasmullie/path-converter

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants