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
So basically, Rojo-Bundle doesn't seem to take the ModuleScripts that are being required by my entry files, and it only builds the 2 entry files, nothing else.
I'm not sure if it's just my stupidity right now, or if there's some kind of bug.
So basically, Rojo-Bundle doesn't seem to take the ModuleScripts that are being required by my entry files, and it only builds the 2 entry files, nothing else.
I'm not sure if it's just my stupidity right now, or if there's some kind of bug.
I have this as my build.json
These are the entry files:
Those both call the ResourceHandler which basically handles everything:
Now when I build with Rojo all Scripts, LocalScripts and ModuleScripts are done correctly (RemoteFunction & RemoteEvent are made manually):
But when I build with the Rojo-Bundle this happens:
The text was updated successfully, but these errors were encountered: