CodeIgniter Forums
Implement Assetic library - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: External Resources (https://forum.codeigniter.com/forumdisplay.php?fid=7)
+--- Forum: Addins (https://forum.codeigniter.com/forumdisplay.php?fid=13)
+--- Thread: Implement Assetic library (/showthread.php?tid=72540)



Implement Assetic library - omarname - 01-03-2019

Hi everyone,
i just used this library https://github.com/Takeno/CI_Assetic so that i can use it for my project.
Everything worked fine, but i want to minify the css and js files, and i don't know how to implement this feature. So is anyone did it?


RE: Implement Assetic library - InsiteFX - 01-04-2019

Unminify your CSS

Minify your CSS


RE: Implement Assetic library - omarname - 01-04-2019

I know i can do it manually and also there is some libraries that can handle it, but i want to have the possibility to edit the css and js files without thinking about minifying or grouping files.
Also Assetic library offer caching files so i want take advantage of all that.


RE: Implement Assetic library - hipm - 01-04-2019

(01-04-2019, 05:45 AM)omarname Wrote: I know i can do it manually and also there is some libraries that can handle it, but i want to have the possibility to edit the css and js files without thinking about minifying or grouping files.
Also Assetic library offer caching files so i want take advantage of all that.

 Look at here: https://github.com/avenirer/Assetor