Compressor icon indicating copy to clipboard operation
Compressor copied to clipboard

Plugin doesnt work

Open mark-chief opened this issue 7 years ago • 1 comments

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

mark-chief avatar Nov 08 '17 18:11 mark-chief

Possibly because it won't work in devMode: https://github.com/sathoro/Compressor/issues/3

tyssen avatar Feb 20 '18 06:02 tyssen