CodeIgniter-minify
Asset minifier
Compresses CSS and JavaScript files on the fly using Google Closure compiler
CodeIgniter minify library CSS and JavaScript compression on the fly
226 stars
33 watching
86 forks
Language: PHP
last commit: almost 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
ericlbarnes/ci-minify | A utility to compress and combine JavaScript and CSS files within CodeIgniter applications during the build process. | 174 |
coderaiser/minify | Tools to minimize size of JavaScript, CSS, HTML and image files | 231 |
juancarlospaco/css-html-js-minify | A tool that minimizes and optimizes CSS, HTML, and JavaScript files for production use. | 218 |
christianklisch/slim-minify | Middleware to reduce HTML file size by removing unnecessary characters. | 37 |
ben-eb/gulp-csso | Minifies CSS files using the CSSO library to reduce file size and improve compression | 243 |
beyer-stefan/gofiber-minifier | Minifies HTML, CSS, and JavaScript files in a web application framework | 2 |
douglascrockford/jsmin | A filter that removes comments and unnecessary whitespace from JavaScript files. | 697 |
1000ch/vscode-csso | Provides a TypeScript extension to minify CSS files using the CSSO library. | 4 |
terinjokes/gulp-uglify | Minifies JavaScript files using UglifyJS3 | 1,226 |
1000ch/atom-csso | A package for Atom text editor to minify CSS using the CSSO library. | 2 |
gruntjs/grunt-contrib-uglify | Minifies JavaScript files using UglifyJS to reduce file size and improve performance. | 1,481 |
teamtigers/minisauras | Automates minification of JavaScript and CSS files and creation of pull requests based on GitHub Actions | 48 |
gruntjs/grunt-contrib-htmlmin | Minifies HTML files in a build process | 424 |
taritsyn/webmarkupmin | A .NET library that minimizes the size of HTML, XHTML and XML code in web applications to improve performance. | 457 |
zoobestik/csso-webpack-plugin | A Webpack plugin for minifying and optimizing CSS files | 107 |