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

Compass fontsDir #244

Closed
serpent213 opened this issue Jun 12, 2013 · 2 comments
Closed

Compass fontsDir #244

serpent213 opened this issue Jun 12, 2013 · 2 comments

Comments

@serpent213
Copy link

Generated url()s are wrong, at least for compass_twitter_bootstrap_awesome.

In Gruntfile.js, fontsDir: '<%= yeoman.app %>/styles/fonts' results in url(../../app/styles/fonts/fontawesome-webfont.eot?v=3.1) after build, which is plain wrong (app is only relevant during development).

Using fontsDir: 'styles/fonts' results in url(../../styles/fonts/48e8140e.fontawesome-webfont.eot?v=3.1), which works during development and when deploying to root, but not when deploying to a subdirectory.

Affected application: https://github.com/improper/probytes

@serpent213
Copy link
Author

serpent213/probytes@0207114 -- falling back to the Compass default did the trick for me, it seems

@passy
Copy link
Member

passy commented Jun 20, 2013

Could you check whether setting relativeAssets to false helps?

@passy passy closed this as completed in b00deb1 Jun 26, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants