Iām a front-end developer with a Front-End Web Developer Nanodegree from Udacity. As a self-taught developer, I am passionate about learning new things.
I have checked your code, and it's my fault I forgot to change paths for webFontsPath and distWebfonts
it should be src([webFontsPath]).pipe(dest(distWebfonts)).
Try to change line 35 in gulpfile
I have edited the post, I'm sorry for this typo.
Let me know if this solved the problem.
Iām a front-end developer with a Front-End Web Developer Nanodegree from Udacity. As a self-taught developer, I am passionate about learning new things.
Iām a front-end developer with a Front-End Web Developer Nanodegree from Udacity. As a self-taught developer, I am passionate about learning new things.
@sabbirsobhani
I have checked your code, and it's my fault I forgot to change paths for
webFontsPathanddistWebfontsit should be
src([webFontsPath]).pipe(dest(distWebfonts)).Try to change line 35 in
gulpfileI have edited the post, I'm sorry for this typo.
Let me know if this solved the problem.
I did exactly as you instructed but, still getting blank squares. And, I updated the code on my GitHub repo so that you can check.

I checked the code, and you have to put the
index.htmlandwebfontsfolder in the same folder (dist)You can define a task to make a copy of the
index.htmlin thedistfolder. Then check CSS and JS file paths again.It works!

That's awesome, you did a good job.
Thanks for your feedback, which helped me improve the article.
Happy coding :)