[eluser]robert.fulcher[/eluser]
I have a site and need to minify all the js & css. What is the BEST way to do that with CI? I have found several solutions and CI_Assetic seems to be the best to me. I wanted to get opinions.
Thanks
[eluser]ivantcholakov[/eluser]
@avenirer
Add LESS compiler and you will beat them all. Your work is interesting.
[eluser]avenirer[/eluser]
Thank you for the input, @ivantcholakov
Just made an update to the library that will compile less files using leafo lessphp.
[eluser]ivantcholakov[/eluser]
If you like Leafo's solution, if you already have the implementation, so be it. It is better you to make the choice about the dependency, you are more informed, you will gather the feedback. Configurable dependency seems to me a complication.
[eluser]InsiteFX[/eluser]
I use Crunch Less Compiler on my Windows System, it uses Adobe air.
[eluser]robert.fulcher[/eluser]
We are putting in CI_Assetic and going to use minify filter. I will let you know how it goes.