lettuce v0.1.5 Lettuce.Config
Access the configuration parameters defined at project level.
Link to this section Summary
Functions
List of folders from current project whose freshness will be checked.
The time that lettuce will wait until project files reviews.
Enables the output that lettuce generates to be able to check that is working. This is enabled by default.
Link to this section Functions
List of folders from current project whose freshness will be checked.
Examples:
iex> Lettuce.Config.folders_to_watch()
["lib"]
The time that lettuce will wait until project files reviews.
Examples:
iex> Lettuce.Config.refresh_time()
1000
Enables the output that lettuce generates to be able to check that is working. This is enabled by default.