im-richard / Scaffold

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

AbsoluteUrls extension does not support files passed by url #36

Open balupton opened 13 years ago

balupton commented 13 years ago

The file here: http://github.com/anthonyshort/Scaffold/blob/master/extensions/AbsoluteUrls/AbsoluteUrls.php

Does not seem to support files passed by url: http://mysite.com/scaffold/parse.php?url=http://someothersite.com/stylesheet.css

Ultimately I'm looking for a solution where I can go: http://mysite.com/scaffold/parse.php?f=http://someothersite.com/stylesheet.css,style.css,styles/style.css

etc