@@ -86,6 +86,32 @@ Network, you can use the optional _prefix_ parameter:
In this example, the template tags will render _http://cdn.example.com/css/one_compressed.css_ in the link tag. You will need to manually put there after you build as part of your deployment process.
h4. CSS URL not starting with slash
If source CSS contain a relative URL not starting with slash (i.e. relative to current file), those URL will be converted to full relative path using MEDIA_URL. This is done _only when SOURCE_ROOT is the same as MEDIA_ROOT_ (default). This conversion is performed before any filters applied.