config | ||
css.php | ||
js.php | ||
README.md |
Easy Min
A simple set of minifying scripts for CSS and Javascript
Basic Use:
- Figure out your file paths, and set them in css.php and js.php.
- Add your css and javascript files to groups, in
config/css_groups.php
andconfig/js_groups.php
respectively - Point your CSS links in your HTML to
css.php/g/[group_name]
, and likewise your javascript tojs.php/g/[group_name]
- Enjoy a faster loading website