You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems the fonts folder is not shipped with nodegame-server, though.
The error I got on the server side:
Error: ENOENT: no such file or directory, stat '/data/src/nodegame/node_modules/nodegame-server/public/lib/fonts/glyphicons-halflings-regular.woff'
Error: ENOENT: no such file or directory, stat '/data/src/nodegame/node_modules/nodegame-server/public/lib/fonts/glyphicons-halflings-regular.ttf'
You are right. Bootstrap is currently not shipped using the standard dist/ folder in the bootstrap repo. This needs to be patched asap. For now, I think that copying the fonts folder:
Otherwise if a game has a lib/ folder in public/ might be shadowed if the game is run as default channel
The text was updated successfully, but these errors were encountered: