Also, is there a trick for getting material-icons to work? They’re in web jars, but I cannot seem to get them to appear.
I managed to get material-ui both icons and components working here. https://github.com/Sudakatux/donttellmybroproxy It is not luminus but it may help
Thanks, I’ll take a look
I’m still having issues here. The browser dev tools shows none of the material icons font files can be found. Yet all the bulma files are.
Ive discussed this before on the IRC channel so can't find the solution. These days I just remove the material icons dependency and just manually adding font-awesome css and web font files in resources/public/font-awesome/ , since all the bulma examples use font awesome anyway.