Open lapdx opened 5 years ago
i'm using this lib minify css from url $minifierCss->add(file_get_contents($url)); But css result didn't minify I think content css have some problem you can check my file "http://coupon-grabber.com/css/semantic.css", "http://coupon-grabber.com/css/sui_common.css", "http://coupon-grabber.com/css/flickity.css", "http://coupon-grabber.com/css/header_footer.css", "http://coupon-grabber.com/css/responsive.css" this is my file I want to compress
Does file_get_contents($url) return anything at all? Some servers do not allow file_get_contents($url), only local file paths.
i'm using this lib minify css from url $minifierCss->add(file_get_contents($url)); But css result didn't minify I think content css have some problem you can check my file "http://coupon-grabber.com/css/semantic.css", "http://coupon-grabber.com/css/sui_common.css", "http://coupon-grabber.com/css/flickity.css", "http://coupon-grabber.com/css/header_footer.css", "http://coupon-grabber.com/css/responsive.css" this is my file I want to compress