getgrav / grav-plugin-login

Grav Login Plugin
http://getgrav.org
MIT License
44 stars 54 forks source link

Minified CSS #237

Closed lukecurtis93 closed 4 years ago

lukecurtis93 commented 4 years ago

When using this plugin our Semrush site audit flags the css files are not minified.

Is there some commands or way to minify this? Found at /css/login.css

rhukster commented 4 years ago

Grav does this automatically if you turn on the css pipeline.

https://learn.getgrav.org/16/themes/asset-manager

lukecurtis93 commented 4 years ago

Perfect toggling

assets:
  css_pipeline: false  

to true fixed the issue. Appreciate your quick reply!