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
config/config.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]
- Add a folder named "cache" to your js path
- Enjoy a faster loading website