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
A setup like this works fine with the "contrib-cssmin" task:
{ "portal": { "files": { "../../../httpdocs/module/portal/css/ie_old.css": [ "../../../httpdocs/module/portal/css/*.css" ] } } }
But your task fails to concat multiple files into one, it just takes the first one and finally aborts the process.
Note: the css file containts mixed CSS, like:
.box { border: 1px solid; } @media screen and (min-width: 59.999em) { .box{ display: inline-block; } }
Best regards
The text was updated successfully, but these errors were encountered:
Vote+
Sorry, something went wrong.
No branches or pull requests
A setup like this works fine with the "contrib-cssmin" task:
But your task fails to concat multiple files into one, it just takes the first one and finally aborts the process.
Note: the css file containts mixed CSS, like:
Best regards
The text was updated successfully, but these errors were encountered: