mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
docs: reword roblox publishing docs
This commit is contained in:
parent
34929cd386
commit
1ac72584ed
1 changed files with 5 additions and 3 deletions
|
@ -190,9 +190,11 @@ In Wally, it is standard to have a `default.project.json` with the following:
|
||||||
This will cause the `src` directory to be directly synced into Roblox.
|
This will cause the `src` directory to be directly synced into Roblox.
|
||||||
|
|
||||||
In pesde, you should not have a `default.project.json` file in your package.
|
In pesde, you should not have a `default.project.json` file in your package.
|
||||||
Instead, you use the `build_files` field to specify what should be synced. This
|
Instead, you are required to use the `build_files` field to specify a 1:1 match
|
||||||
allows the consumer of your package to choose the sync tool they want to use,
|
between Roblox and the file system. pesde forbids `default.project.json` to be
|
||||||
instead of being constrained to only using Rojo.
|
part of a published package, and regenerates it when installing a pesde git
|
||||||
|
dependency. This allows the consumer of your package to choose the sync tool
|
||||||
|
they want to use, instead of being constrained to only using Rojo.
|
||||||
|
|
||||||
This has the effect that the structure of the files in the file system ends up
|
This has the effect that the structure of the files in the file system ends up
|
||||||
being reflected inside Roblox.
|
being reflected inside Roblox.
|
||||||
|
|
Loading…
Add table
Reference in a new issue