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 !
When you bundle bootstrap with FuseBox make sure it's bundled through javascript, not via import in sass.
The thing is when you bundle it using SASS imports (or any other CSS pre-preprocessor) the actual root folder is lost, the structure if flattened, and FuseBox fails to resolve the paths.