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.
|
7 years ago | |
---|---|---|
config | 7 years ago | |
README.md | 12 years ago | |
css.php | 7 years ago | |
js.php | 7 years ago | |
min.php | 7 years ago |
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