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
Plugin doesn't work. A cache folder has been created, with required permissions but the plugin doesn't combine files.
E.g, my template code: {{ craft.compressor.css([ '/css/normalize.css', '/css/main.css' ]) }}
{{ craft.compressor.css([ '/css/normalize.css', '/css/main.css' ]) }}
Outputs: <link rel="stylesheet" href="/css/normalize.css"><link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/normalize.css"><link rel="stylesheet" href="/css/main.css">
The text was updated successfully, but these errors were encountered:
Possibly because it won't work in devMode: #3
devMode
Sorry, something went wrong.
No branches or pull requests
Plugin doesn't work.
A cache folder has been created, with required permissions but the plugin doesn't combine files.
E.g, my template code:
{{ craft.compressor.css([ '/css/normalize.css', '/css/main.css' ]) }}
Outputs:
<link rel="stylesheet" href="/css/normalize.css"><link rel="stylesheet" href="/css/main.css">
The text was updated successfully, but these errors were encountered: