aanand / deadweight

NOT MAINTAINED
MIT License
1.19k stars 52 forks source link

Add media_root attribute for sites served on multiple domains #12

Closed crsven closed 1 year ago

crsven commented 13 years ago

Similar to pull request #10, but easier for the use case of someone serving media files from a different domain. Example: Apache serving pages at www.domain.com and Nginx serving media on media.domain.com.

By setting a media_root attribute, all CSS files will be processed using the media_root and HTML will be processed with the normal root.

Also included: