Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not taking anything except from entry files. #1

Open
Jethrootje opened this issue Feb 1, 2022 · 0 comments
Open

Not taking anything except from entry files. #1

Jethrootje opened this issue Feb 1, 2022 · 0 comments

Comments

@Jethrootje
Copy link

Jethrootje commented Feb 1, 2022

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

{
   "minify": false,
   "maxSize": 153600,
   "compressStrings": true,
   "compressFields": true,
   "entries": [      
      "src/Client/InitializeClient.client.lua",
      "src/Server/InitializeServer.server.lua"
   ],
   
   "dontIgnoreVarDir": [
      
   ]
}

These are the entry files:
image
image

Those both call the ResourceHandler which basically handles everything:
image

Now when I build with Rojo all Scripts, LocalScripts and ModuleScripts are done correctly (RemoteFunction & RemoteEvent are made manually):
image

But when I build with the Rojo-Bundle this happens:
image
image
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant