You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Timothy Warren 51a118edf6 Convert to a more modern class-based setup 7 years ago
config Convert to a more modern class-based setup 7 years ago
README.md Put file paths in a central config file 12 years ago
css.php Convert to a more modern class-based setup 7 years ago
js.php Convert to a more modern class-based setup 7 years ago
min.php Convert to a more modern class-based setup 7 years ago

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