Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard93 authored Mar 20, 2018
1 parent 7c8f75f commit 8babd6d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Load and compile classes.

## Development

Development is done on [Cache-Tort-Git UDL fork](https://github.com/MakarovS96/cache-tort-git)
Development is done on [Cache-Tort-Git UDL fork](https://github.com/MakarovS96/cache-tort-git).

## Use

Expand All @@ -23,8 +23,9 @@ Available settings:

| Setting | Sample Value | Description |
|---------|------------------------|-------------------------------------------------------------------------------------------------|
| ext | $lb("xml") | List of files extensions to load and compile |
| commit | | Do not set. Current commit hash. |
| init | Package.Class:Method | Code called before loading files |
| ext | $lb("xml") | List of files extensions to load and compile. |
| tests | MyApp/Tests | Path relative from the repo root to the test suite. |
| commit | | Do not set. Current commit hash. |
| init | Package.Class:Method | Code called before loading files. |
| delete | Package.Class:Method | Code called to delete files from project. Should accept one argument - list of files to delete. |
| url | http://127.0.0.1:57772 | Server root |
| url | http://127.0.0.1:57772 | Server root. |

0 comments on commit 8babd6d

Please sign in to comment.