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: over 1 year 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 | A command-line tool that minimizes and optimizes JavaScript, CSS, HTML, and image files for smaller sizes. | 229 |
juancarlospaco/css-html-js-minify | A tool that minimizes and optimizes CSS, HTML, and JavaScript files for production use. | 217 |
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 | A tool to minimize HTML, CSS, and JavaScript files without changing their content or functionality. | 1 |
douglascrockford/jsmin | An algorithm to remove unnecessary characters from JavaScript source code | 694 |
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,228 |
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,482 |
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 | 425 |
taritsyn/webmarkupmin | A .NET library that minimizes the size of HTML, XHTML and XML code in web applications to improve performance. | 455 |
zoobestik/csso-webpack-plugin | A Webpack plugin for minifying and optimizing CSS files | 107 |