File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 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.
1313
1414## Development
1515
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 ) .
1717
1818## Use
1919
@@ -23,8 +23,9 @@ Available settings:
2323
2424| Setting | Sample Value | Description |
2525| ---------| ------------------------| -------------------------------------------------------------------------------------------------|
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. |
2930| 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