I'm trying to create a demo project with :
- Fuse-Box
- VueJS
- Font-Awesome
- Bootstrap (css/js/icons)
- Jquery
I forked on GitHub fuse-box-seed
My problems:
When I'm running dev node fuse
, I have to save several times my .scss files to display the new version in my browser.
When I build the project node fuse dist
the ./dist/ressources
folder is empty. I expect to have my fonts (Font-Awesome, bootstrap)
I have no error, just missing font files ...
Thank you very much for your help !