ci-minify
File minifier
A utility to compress and combine JavaScript and CSS files within CodeIgniter applications during the build process.
Minify css and js files in CodeIgniter
174 stars
16 watching
36 forks
Language: PHP
last commit: over 10 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
slav123/codeigniter-minify | Compresses CSS and JavaScript files on the fly using Google Closure compiler | 226 |
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 |
beyer-stefan/gofiber-minifier | A tool to minimize HTML, CSS, and JavaScript files without changing their content or functionality. | 1 |
christianklisch/slim-minify | Middleware to reduce HTML file size by removing unnecessary characters. | 37 |
gruntjs/grunt-contrib-uglify | Minifies JavaScript files using UglifyJS to reduce file size and improve performance. | 1,482 |
ben-eb/gulp-csso | Minifies CSS files using the CSSO library to reduce file size and improve compression | 243 |
tedivm/jshrink | A PHP-based tool for minifying JavaScript code into smaller sizes while preserving the original functionality. | 27 |
zoobestik/csso-webpack-plugin | A Webpack plugin for minifying and optimizing CSS files | 107 |
tedious/jshrink | A PHP class that reduces the size of JavaScript code to improve delivery performance | 749 |
douglascrockford/jsmin | An algorithm to remove unnecessary characters from JavaScript source code | 694 |
teamtigers/minisauras | Automates minification of JavaScript and CSS files and creation of pull requests based on GitHub Actions | 48 |
juliendargelos/rollup-plugin-html-minifier | A plugin for Rollup that minifies HTML files using html-minifier. | 4 |
1000ch/atom-csso | A package for Atom text editor to minify CSS using the CSSO library. | 2 |
gruntjs/grunt-contrib-htmlmin | Minifies HTML files in a build process | 425 |