From 453a4f0658037556f83180df4aadef1149cf96b6 Mon Sep 17 00:00:00 2001 From: Maksim Ochenashko Date: Fri, 23 Oct 2020 15:52:22 +0300 Subject: [PATCH] Update docs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4280df2..a8bc853 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ The plugin creates an archive of the **generated** Twirl templates and pushes it Works out of the box with Play Framework. **Note:** caching of the **generated** files can lead to various problems, e.g. non-reproducible builds. -Even though it works well for a project with multiple subprojects, where the base templates do not change often. +On the other hand, such an approach is suitable for a project with multiple subprojects, where the templates do not change often. +Therefore use with caution. ## Quick Start