Hi there,
I’ve got a problem after I installed fontawesome.
The manifest file is not beeing updated properly.
after adding this line in the gulpfile.js:
in the gulp.task(‘fonts’)
console.log(globs.fonts);
it shows this:
‘ROOT\bower_components\bootstrap-sass\assets\fonts\bootstrap\glyphicons-halflings-regular.eot’,
‘ROOT\bower_components\bootstrap-sass\assets\fonts\bootstrap\glyphicons-halflings-regular.svg’,
‘ROOT\bower_components\bootstrap-sass\assets\fonts\bootstrap\glyphicons-halflings-regular.ttf’,
‘ROOT\bower_components\bootstrap-sass\assets\fonts\bootstrap\glyphicons-halflings-regular.woff’,
‘ROOT\bower_components\bootstrap-sass\assets\fonts\bootstrap\glyphicons-halflings-regular.woff2’,
but I am missing these lines:
‘ROOT\bower_components\font-awesome\fonts\fontawesome-webfont.eot’,
‘ROOT\bower_components\font-awesome\fonts\fontawesome-webfont.svg’,
‘ROOT\bower_components\font-awesome\fonts\fontawesome-webfont.ttf’,
‘ROOT\bower_components\font-awesome\fonts\fontawesome-webfont.woff’,
‘ROOT\bower_components\font-awesome\fonts\fontawesome-webfont.woff2’,
‘ROOT\bower_components\font-awesome\fonts\FontAwesome.otf’,
Can I flush the manifest cache? or add the folder manualy? or is there something else going on?
Thanks in advance.