File tree 1 file changed +6
-5
lines changed
1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Load and compile classes.
13
13
14
14
## Development
15
15
16
- Development is done on [ Cache-Tort-Git UDL fork] ( https://github.com/MakarovS96/cache-tort-git )
16
+ Development is done on [ Cache-Tort-Git UDL fork] ( https://github.com/MakarovS96/cache-tort-git ) .
17
17
18
18
## Use
19
19
@@ -23,8 +23,9 @@ Available settings:
23
23
24
24
| Setting | Sample Value | Description |
25
25
| ---------| ------------------------| -------------------------------------------------------------------------------------------------|
26
- | ext | $lb("xml") | List of files extensions to load and compile |
27
- | commit | | Do not set. Current commit hash. |
28
- | init | Package.Class: Method | Code called before loading files |
26
+ | ext | $lb("xml") | List of files extensions to load and compile. |
27
+ | tests | MyApp/Tests | Path relative from the repo root to the test suite. |
28
+ | commit | | Do not set. Current commit hash. |
29
+ | init | Package.Class: Method | Code called before loading files. |
29
30
| delete | Package.Class: Method | Code called to delete files from project. Should accept one argument - list of files to delete. |
30
- | url | http://127.0.0.1:57772 | Server root |
31
+ | url | http://127.0.0.1:57772 | Server root. |
You can’t perform that action at this time.
0 commit comments