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

Can't Compile #163

Open
stoplion opened this issue Dec 27, 2013 · 1 comment
Open

Can't Compile #163

stoplion opened this issue Dec 27, 2013 · 1 comment
Labels

Comments

@stoplion
Copy link

Hello,
FontCustom won't compile. CPU spikes to 100% and CLI hangs and never completes. It actually creates the font files but they are 0kb.

fontcustom -v
//fontcustom-1.3.0
fontforge --version
//fontforge 20120731
//libfontforge 20120731

# --------------------------------------------------------------------------- #
# Project Info
#   Defaults shown. Learn more about these options by running
#   `fontcustom help` or visiting <http://fontcustom.com>.
# --------------------------------------------------------------------------- #

font_name: fontcustom
css_selector: .icon-{{glyph}}
preprocessor_path: ""
autowidth: false
no_hash: false
force: false
debug: false
quiet: false


# --------------------------------------------------------------------------- #
# Input Paths
# --------------------------------------------------------------------------- #

input:
  vectors: ./SVG         # required
  # templates: ./templates


# --------------------------------------------------------------------------- #
# Output Paths
# --------------------------------------------------------------------------- #

output:
  fonts: ./Fonts
  css: ./stylesheets
  preview: ./styleguide
  #my-custom-template.yml: path/to/template/output


# --------------------------------------------------------------------------- #
# Templates
#   Included in Font Custom: preview, css, scss, scss-rails
#   Custom templates should be saved in the INPUT[:templates] directory and
#   referenced by their baserame.
# --------------------------------------------------------------------------- #

# templates:
#  - scss
#  - preview
 #- my-custom-template.yml

@kaizau
Copy link
Member

kaizau commented Feb 8, 2014

Do you mind upgrading to the latest version and trying again with fontcustom watch --debug?

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

No branches or pull requests

3 participants