slav123 / CodeIgniter-minify

CodeIgniter minify library CSS and JavaScript compression on the fly
MIT License
226 stars 86 forks source link

Browser cache does not work with the library #69

Closed Guri-ksolves closed 3 years ago

Guri-ksolves commented 5 years ago

Hi all, I tried to use the library and I was able to generate minified files for CSS and JS, but then I realized that the browser is not caching them and every time it was fetching these files from the server. Is there any way we can use the browser cache functionality along with this library. Thanks.

michalsn commented 5 years ago

Hi, There is nothing that stops you from embracing browser cache with this library. Just make sure you're serving static files with proper headers on your server.