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">
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">