Skip to content
This repository was archived by the owner on Dec 13, 2023. It is now read-only.

Commit 589b8e7

Browse files
committed
Switch to Git submodules for dependencies.
Fixes #41.
1 parent 6e52a4a commit 589b8e7

File tree

6 files changed

+9
-39
lines changed

6 files changed

+9
-39
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
/modules
21
/luacov.*
32
/installer.lua
43
/site

.gitmodules

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[submodule "modules/lemur"]
2+
path = modules/lemur
3+
url = https://github.com/LPGhatguy/lemur.git
4+
[submodule "modules/testez"]
5+
path = modules/testez
6+
url = https://github.com/Roblox/testez.git

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ To get started working on Roact, you'll need:
1919
* [Luacheck](https://github.com/mpeterv/luacheck) (`luarocks install luacheck`)
2020
* [LuaCov](https://keplerproject.github.io/luacov) (`luarocks install luacov`)
2121

22-
Once you have all of these installed, you can run `lua bin/install-dependencies.lua` script to grab a couple additional local dependencies automatically.
22+
Make sure you have all of the Git submodules for Roact downloaded, which include a couple extra dependencies used for testing.
2323

2424
Finally, you can run all of Roact's tests with:
2525

bin/install-dependencies.lua

Lines changed: 0 additions & 37 deletions
This file was deleted.

modules/lemur

Submodule lemur added at e4c3f13

modules/testez

Submodule testez added at 442b719

0 commit comments

Comments
 (0)