Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

handle css @import spidering #8

Open
zapnap opened this issue Mar 17, 2010 · 0 comments
Open

handle css @import spidering #8

zapnap opened this issue Mar 17, 2010 · 0 comments
Labels

Comments

@zapnap
Copy link
Contributor

zapnap commented Mar 17, 2010

Discussed in IRC the other day. Noting it here for posterity. Could look into using http://github.com/alexdunae/css_parser for this, although there may be a more efficient path.

parser = CssParser::Parser.new
parser.load_uri!(uri)
parser.loaded_uris
=> [uri, imported_uri_1, imported_uri_2, etc]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant