GitHub "bundle all" build errors

In greenwood War the most recent build keeps failing; I get messages like this:
image
For some reason it thinks the extensions are too big. @richard can you help with this?

it has nothing to do with the fancy text extension, that error message is just placed at whatever the first line of code to be compiled is which happens to be the fancy text extension. the build is most likely failing because you have a lot of images in your project, or large images (it’s building for hardware). if you don’t care about compiling your project for hardware, you can safely ignore this error

2 Likes

Ok, thank you.