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

Update to 1.3 and preprocessor_path doesn't work #171

Closed
luccasmaso opened this issue Jan 17, 2014 · 4 comments
Closed

Update to 1.3 and preprocessor_path doesn't work #171

luccasmaso opened this issue Jan 17, 2014 · 4 comments
Milestone

Comments

@luccasmaso
Copy link

After the new update (1.3), the fontcustom.yml property "preprocessor_path" is not being generated on the output css.

fontcustom.yml:
preprocessor_path: "/assets"

_fontcustom.scss:
src: url("../../../fonts/fontcustom_ed5866c03f8cb5b16109481f0a31439b.eot");

It should be as before:
src: url("/assets/fontcustom_ed5866c03f8cb5b16109481f0a31439b.eot");

@Leffe108
Copy link

I get the same problem. I'm a new user though so I don't know how this setting is supposed to work other than that I cannot get the documented behaviour to work.

@mrzmyr
Copy link

mrzmyr commented Jan 23, 2014

I got the same problem when using preprocessor_path.

@kaizau
Copy link
Member

kaizau commented Jan 31, 2014

Thanks for the heads up y'all. Should be fixed in the latest.

@kaizau kaizau closed this as completed Jan 31, 2014
@dbo
Copy link

dbo commented Feb 6, 2014

Is this really fixed? I am still having the problem running fontcustom-1.3.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants