![]() |
Output Minification (Minifying html,css,js) CI 3.x - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17) +--- Thread: Output Minification (Minifying html,css,js) CI 3.x (/showthread.php?tid=61850) Pages:
1
2
|
RE: Output Minification (Minifying html,css,js) CI 3.x - allenlee - 05-23-2016 Try my library "CodeIgniter Minifier" https://github.com/terrylinooo/CodeIgniter-Minifier Hope it helps. RE: Output Minification (Minifying html,css,js) CI 3.x - Feliks - 05-23-2016 (05-23-2016, 08:53 AM)allenlee Wrote: Try my library "CodeIgniter Minifier" this is awesome, thanks for your sharing. I will be watching your github ![]() RE: Output Minification (Minifying html,css,js) CI 3.x - Goddard - 02-17-2021 (05-25-2015, 09:05 AM)cpittman Wrote: Are you worried about the HTML, or the CSS/JS? You should probably include your CSS and JS separately, and use a library for minification like https://github.com/slav123/CodeIgniter-minify. This is a great little project. |