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

Sprockets integration breaks because of digest #13

Closed
unity opened this issue Nov 29, 2012 · 3 comments
Closed

Sprockets integration breaks because of digest #13

unity opened this issue Nov 29, 2012 · 3 comments
Assignees

Comments

@unity
Copy link
Contributor

unity commented Nov 29, 2012

It's not possible to use fontcustom-generated font files and css with Sprockets for now.

The digest in the filename prevents sprockets from serving the file (didn't look into the specific reason)

A simple (and manual) fix is to remove the digest from the file names and mirror that in the CSS
Then Sprockets is able to serve the files.

A command line toggle to enable/disable fingerprinting would solve this quickly while waiting for a full sprockets integration.

@endtwist
Copy link
Member

This seems reasonable. I've added an option to the fontforge script, just need @EZYZ to add it to the fontcustom options in Ruby.

@ghost ghost assigned kaizau Nov 29, 2012
@kaizau
Copy link
Member

kaizau commented Nov 29, 2012

On my list. I'll also look into Sprockets for the root cause.

@kaizau
Copy link
Member

kaizau commented Dec 3, 2012

A --nohash option has been included in 0.1.0. Closing.

@kaizau kaizau closed this as completed Dec 3, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants