Go to file
Timothy Warren 4d29cd0c66 Fixed reference to js.tsp 2011-07-12 10:39:03 -07:00
config Added all the files, updated the Readme 2011-07-06 19:31:40 -04:00
README.md Added all the files, updated the Readme 2011-07-06 19:31:40 -04:00
css.php Fixed reference to "css.tsp" 2011-07-12 10:38:28 -07:00
js.php Fixed reference to js.tsp 2011-07-12 10:39:03 -07:00

README.md

Easy Min

A simple set of minifying scripts for CSS and Javascript

Basic Use:

  1. Figure out your file paths, and set them in css.php and js.php.
  2. Add your css and javascript files to groups, in config/css_groups.php and config/js_groups.php respectively
  3. Point your CSS links in your HTML to css.php/g/[group_name], and likewise your javascript to js.php/g/[group_name]
  4. Enjoy a faster loading website