Compressor
Compressor copied to clipboard
Plugin doesnt work
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">
Possibly because it won't work in devMode
: https://github.com/sathoro/Compressor/issues/3