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

Commit

Permalink
Rename lib -> src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
LPGhatguy committed May 3, 2019
1 parent 635f1cd commit beda00f
Show file tree
Hide file tree
Showing 80 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .luacov
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
return {
include = {
"^lib",
"^src",
},
exclude = {
"%.spec$",
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Add a link to your pull request in the entry. We don't need to link to the relat
### Luacheck
We use [Luacheck](https://github.com/mpeterv/luacheck) for static analysis of Lua on all of our projects.

From the command line, just run `luacheck lib` to check the Roact source.
From the command line, just run `luacheck src` to check the Roact source.

You should get it working on your system, and then get a plugin for the editor you use. There are plugins available for most popular editors!

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
## Installation

### Method 1: Model File (Roblox Studio)
* Download the `rbxmx` model file attached to the latest release from the [GitHub releases page](https://github.com/Roblox/Roact/releases).
* Download the `rbxm` model file attached to the latest release from the [GitHub releases page](https://github.com/Roblox/Roact/releases).
* Insert the model into Studio into a place like `ReplicatedStorage`

### Method 2: Filesystem
* Copy the `lib` directory into your codebase
* Copy the `src` directory into your codebase
* Rename the folder to `Roact`
* Use a plugin like [Rojo](https://github.com/LPGhatguy/rojo) to sync the files into a place

Expand Down
2 changes: 1 addition & 1 deletion bin/bench.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

-- If you add any dependencies, add them to this table so they'll be loaded!
local LOAD_MODULES = {
{"lib", "Roact"},
{"src", "Roact"},
}

-- This makes sure we can load Lemur and other libraries that depend on init.lua
Expand Down
2 changes: 1 addition & 1 deletion bin/spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

-- If you add any dependencies, add them to this table so they'll be loaded!
local LOAD_MODULES = {
{"lib", "Roact"},
{"src", "Roact"},
{"modules/testez/lib", "TestEZ"},
}

Expand Down
2 changes: 1 addition & 1 deletion place.project.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"$className": "ReplicatedStorage",

"Roact": {
"$path": "lib"
"$path": "src"
},

"TestEZ": {
Expand Down
2 changes: 1 addition & 1 deletion rotriever.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "Roact"
author = "Roblox"
license = "Apache-2.0"
content_root = "lib"
content_root = "src"
version = "0.2.0"
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit beda00f

Please sign in to comment.