Search results for Minify
wbl/magento-minify
1867 Downloads
Simply enables js and css minification.
thoughtco/statamic-minify
1444 Downloads
Automatically minifies CSS and JS files on a Statamic v3 site
garfix/js-minify
3374 Downloads
A fast Javascript minifier that removes unnecessary whitespace and comments
elephfront/robo-js-minify
14086 Downloads
Robo task to perform minification on your JS files.
elephfront/robo-css-minify
14046 Downloads
Robo task to perform minification on your CSS files.
skeeks/cssmin
41734 Downloads
Minifying CSS
searchturbine/phpwee-php-minifier
2446 Downloads
A PHP minifier for HTML, CSS and JS files.
rickkuipers/justless
18663 Downloads
ZF2 module that allows automation of compiling your LESS with the extra of minifying the files.
php-code-minifier/php-code-minifier
1228 Downloads
PHP Code Minifier is a tool that allows you to minify your PHP code.
packagelist/closurecompiler-bin
30629 Downloads
The Closure Compiler is a tool for making JavaScript download and run faster. It is a true compiler for JavaScript. Instead of compiling from a source language to machine code, it compiles from JavaScript to better JavaScript. It parses your JavaScript, analyzes it, removes dead code and rewrites and minimizes what's left. It also checks syntax, variable references, and types, and warns about common JavaScript pitfalls. Packaged for composer.
nlac/nlsclientscript
7899 Downloads
Yii ClientScript extension for prevent reloading javascript and merging/minfying resources
middlewares/minifier
27931 Downloads
Middleware to minify Html, CSS and Javascript responses
mathiasreker/php-svg-optimizer
3644 Downloads
php-svg-optimizer is a PHP library designed to optimize SVG files by applying various transformations and cleanup operations.
lajax/yii2-asset-minifier
8757 Downloads
Runtime minification and combination of asset files.
hexydec/jslite
8196 Downloads
A token based Javascript parser/minifier designed for compressing inline scripts on the fly, written in PHP