Skip to content
New issue

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

CSS minify bug - not working optimally #12

Open
scorchsoft opened this issue Feb 25, 2016 · 0 comments
Open

CSS minify bug - not working optimally #12

scorchsoft opened this issue Feb 25, 2016 · 0 comments

Comments

@scorchsoft
Copy link

If you view the css file at the top of this page you can see for some reason the CSS hasn't properly minified (i.e. is not most optimal):
http://dev2016.gems-studio.com
not minifying

This is an issue as it causes Google Page Speed Insights tests to flag the resource as needing minification
https://developers.google.com/speed/pagespeed/insights/?url=http%3A%2F%2Fdev2016.gems-studio.com%2F

Here are the included files and css
files.zip

and here is the call to the extra:
[[MinifyX?
&minifyCss=1
&cssSources= /assets/css/font-awesome.min.css, /assets/css/bootstrap.min.css, /assets/css/hover-effects.css, /assets/scss/style.scss
]][[+MinifyX.css]]

Notice that style.scss is SCSS and not CSS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants