slav123 / CodeIgniter-minify

CodeIgniter minify library CSS and JavaScript compression on the fly

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to cache?

reyhansofian opened this issue · comments

Hello,
is there a way to cache the output files? or it's already cached by this library?

Library generates minified assets, so there is no reason to cache them. If you modify any of source files, library will re-generate minified file.