roborourke / wp-sass

Sass for WordPress
89 stars 24 forks source link

Webfont paths not altered in relation to wp-sass-cache #2

Open mxmilkiib opened 12 years ago

mxmilkiib commented 12 years ago

I'm using bones which keeps it's webfonts in a theme subfolder. The path breaks, relative to the cache folder, giving 404s. Not major as I can repoint it, but still awkward.

Also, the font doesn't display in Firefox, but it shows in Crome/Chromium Nightly. There's 404s for all but the .eot, but the path is relative?

roborourke commented 12 years ago

Hi,

I've been working on a htaccess solution to relative URLs. For now you can create a theme URL variable if you use a .sass.php file and echo the stylesheet directory.

Hope I'll figure out the htaccess thing soon :)

roborourke commented 11 years ago

Can you try this with the updated phpsass submodule?