tobiasstrebitzer / FireFile

Firefox CSS Live Editing Plugin
www.firefile.at
53 stars 12 forks source link

firefile doesn't work with query part in stylesheet url #22

Closed dominikb1888 closed 12 years ago

dominikb1888 commented 12 years ago

It seems like firefile doesn't support stylesheets that are output with a query part, in order to avoid caching problems. A specific example would be the drupal content management which is adding a hash to the query part to the css stylesheet url. An example style name would look like: "style.css?fodsaj"

Firefile search the exact filename on the server, which is non-existent there for obvious reasons. Rather it should remove the query part in this URL and search for the actual filename only.

tobiasstrebitzer commented 12 years ago

I guess this issue addresses an earlier version of firefile.

If the ploblem persists after an update to 0.9.0 server and client, please reopen the issue.

dominikb1888 commented 12 years ago

I will download the latest code from here and test again.