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

Fonts not moving on build #692

Closed
jamilalisgandarov opened this issue Sep 27, 2017 · 4 comments
Closed

Fonts not moving on build #692

jamilalisgandarov opened this issue Sep 27, 2017 · 4 comments

Comments

@jamilalisgandarov
Copy link

Hi, It was solved before but it's not moving fonts from 'fonts' folder again on 'gulp build'.

@neilhem
Copy link
Collaborator

neilhem commented Sep 28, 2017

Hello, have you modified gulpfile.js?

@ivoba
Copy link

ivoba commented Oct 18, 2017

Fonts are moving to '.tmp' on build since build is dev mode.
Are you looking for them in 'dist'?
Then use default, default is not dev mode.

See: https://github.com/yeoman/generator-webapp/blob/master/app/templates/gulpfile.js#L95

@M-Fasciano
Copy link

M-Fasciano commented Feb 12, 2018

I solved this removing gulp.dest('.tmp/fonts').

My code looks like this now .pipe($.if(dev, gulp.dest('dist/fonts')));

@UlisesGascon
Copy link
Member

I assume that this bug was fixed in #737. If not we can re-open it again 😃

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