A simple set of minifying scripts for CSS and Javascript
- Figure out your file paths, and set them in
config/config.php. - Add your css and javascript files to groups, in
config/css_groups.phpandconfig/js_groups.phprespectively - 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