We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Cannot run purgecss without a config file
purgecss $cssAsset -content $htmlFile -o /var/www/html
returning error "Error loading the config file Cannot find module"
For sure it returns this error because I don't have one, and it shouldn't need one.
If this is a bug please write the requirements of how to use the command line
because there is nothing explaining that this needs a config file and for sure it should not need one.
purgecss /var/www/html/asset.css -content /var/www/html/index.html -o /var/www/html
it should purge the css into the output folder
Ubuntu 22 with nodejs 22
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Cannot run purgecss without a config file
purgecss $cssAsset -content $htmlFile -o /var/www/html
returning error "Error loading the config file Cannot find module"
For sure it returns this error because I don't have one, and it shouldn't need one.
If this is a bug please write the requirements of how to use the command line
because there is nothing explaining that this needs a config file and for sure it should not need one.
To Reproduce
purgecss /var/www/html/asset.css -content /var/www/html/index.html -o /var/www/html
Expected Behavior
it should purge the css into the output folder
Environment
Ubuntu 22 with nodejs 22
Add any other context about the problem here
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: