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

Font files (ttf, woff, etc) are not actually being created #21

Closed
peduarte opened this issue Oct 8, 2014 · 1 comment
Closed

Font files (ttf, woff, etc) are not actually being created #21

peduarte opened this issue Oct 8, 2014 · 1 comment

Comments

@peduarte
Copy link

peduarte commented Oct 8, 2014

Hey there!

Just wondering if anyone has had a similar issue...

Everything seems to be working fine apart from the fact that the font files are not being generated?

Here's what I have...

var paths = {
    fontsDir: 'webapp/media/static/' + project + '/fonts/',
    stylesDir: 'webapp/media/static/' + project + '/styles/'
};
gulp.task('iconfont', function() {
  return gulp.src([paths.fontsDir + 'svg/*.svg'])
    .pipe(iconfontCss({
      fontName: fontName,
      path: paths.fontsDir + 'icons.css',
      targetPath: '/styls/site/icons.css',
      fontPath: paths.fontsDir
    }))
    .pipe(iconfont({
      fontName: fontName
    }))
    .pipe(gulp.dest(paths.stylesDir));
});

Any ideas?

Thanks

@peduarte peduarte closed this as completed Oct 8, 2014
@peduarte
Copy link
Author

peduarte commented Oct 8, 2014

Sorry, this is an issue with gulp-iconfont instead.
My bad.

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

1 participant