Skip to content
This repository has been archived by the owner on Mar 31, 2022. It is now read-only.

Parse CSS files for url() to correct for paths #17

Open
petemounce opened this issue May 13, 2009 · 0 comments
Open

Parse CSS files for url() to correct for paths #17

petemounce opened this issue May 13, 2009 · 0 comments
Labels

Comments

@petemounce
Copy link
Owner

Current limitation - CSS files must at the same depth as that of the include-combiner action call, because url() within CSS files should be relative to the CSS file.

Don't want to force absolute paths in CSS files.
Don't want to break background-images within CSS files, if they come from a different depth.
Don't want to have one CSS file for those parts that use url() references.

So, parse the CSS files when they're registered and change the url() references to the correct depth.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant