We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
This seems reasonable. I've added an option to the fontforge script, just need @EZYZ to add it to the fontcustom options in Ruby.
Sorry, something went wrong.
On my list. I'll also look into Sprockets for the root cause.
A --nohash option has been included in 0.1.0. Closing.
--nohash
kaizau
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: