im-richard / Scaffold

Extend, combine and compress CSS
http://github.com/IAMRichardT/Scaffold/wiki
161 stars 19 forks source link

what is the format for adding paths to the load_path array? #41

Open angelacode opened 13 years ago

angelacode commented 13 years ago

what is the format for adding paths to the load_path array?

The documentation just shows the default configuration, but no example of how to add new paths....what are some examples of the format?

pdclark commented 13 years ago

It's an array of paths from absolute root (not document root). The same as any include path in PHP.

These are from the root directory of the server/computer you're on, not the root directory of the web site.

e.g., $config['load_paths'] = array( '/var/www/vhosts/this-site.com/some-folder', '/Users/this-user/sites/this-site.com', );