This package can optimize JavaScript and CSS files.
It provides a class that can reduce the size of JavaScript files by stripping comments and white space characters.
Another class can reduce the size of CSS files by also stripping comments and white space characters, as well combining @import statements, import small images to reduce the number of external files loaded for use with the style sheets, and shorten hexadecimal values.
The class can also combine multiple files into a single one.
|
|
| Name: |
JavaScript and CSS minifier |
| Base name: |
minify |
| Description: |
Optimize JavaScript and CSS files |
| Version: |
- |
| PHP version: |
5 |
| License: |
BSD License |
| All time users: |
892 users |
| All time rank: |
3471 |
| Week users: |
1 user |
| Week rank: |
2020  |
| |
|
| Not yet rated by the users |
| |
Applications that use this class |
|
|
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| |
Files |
|
|
| File |
Role |
Description |
minify.php |
Class |
CSS & JS minifier |