Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter Minifier - Output Minification Library
#1

Just completed this library for my new website. I put it on Github, it may helps.

A HTML / CSS / Javascript Minification Library

[Image: L5Cps84.png]

https://github.com/terrylinooo/CodeIgniter-Minifier

Blush
Personal blog: https://terryl.in
My personal project is called Dictpedia is currently using Codeigniter 3, welcome.
Reply
#2

Thanks for sharing. Will give it a go at some point.
Reply
#3

Hello!
Thanks for sharing. Good job, again.
Have you seen this post: https://github.com/bcit-ci/CodeIgniter/w...TML-output ?
Maybe this can help in your project, or to implement anything.
Reply
#4

Thank you~

Yes I have seen that post.

But it can not minify Javascript and inline CSS, so I make a new version for it.
Personal blog: https://terryl.in
My personal project is called Dictpedia is currently using Codeigniter 3, welcome.
Reply
#5

(This post was last modified: 06-07-2016, 04:36 AM by allenlee.)

Update to version 1.1 - Javascript obfuscator added.

[Image: PRGEKHj.png]

Javascript obfuscator is off by default, if you would like to use this feature, copy JSPacker.php to /application/third_party/ folder, then put $this->ci_minifier->enable_obfuscator(); in Controller.
Personal blog: https://terryl.in
My personal project is called Dictpedia is currently using Codeigniter 3, welcome.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB