C0nw0nk / Nginx-Lua-minification-library

A compression and minification library to minify static or dynamic assets like HTML PHP outputs CSS style sheets JS Javascript all text/html or plain text mime types that nginx can output that the browser will read so they are small compressed and have white space removed as well as helping reduce bandwidth consumption since the files served from nginx webserver are now smaller.
22 stars 5 forks source link

Fixed header's and improved minification #2

Closed Yokutto closed 5 years ago

Yokutto commented 5 years ago

Fixed: Header will not match "text/css; chartset=UTF-8" and "text/html" anymore Improved: Removing comments from HTML, Javascript and CSS and improved blank spaces and break lines regex replacement

Yokutto commented 5 years ago

Please review the code before aprove 👍