From ececca6ec8aef33693aed5234f803c2342cf5e64 Mon Sep 17 00:00:00 2001 From: Tobe O Date: Tue, 3 Apr 2018 11:39:48 -0400 Subject: [PATCH] README: Added build_jael --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d34a877..70a4a411 100644 --- a/README.md +++ b/README.md @@ -27,5 +27,6 @@ Within this repository are three packages: * `package:jael` - Contains the Jael parser, AST, and HTML renderer. * `package:jael_preprocessor` - Handles template inheritance, and facilitates the use of "compile-time" constructs. +* `package:build_jael` - Uses `package:build` to compile Jael templates, therefore allowing speedy incremental builds to HTML files. * `package:angel_jael` - [Angel](https://angel-dart.github.io) support for Jael. Angel contains other facilities to speed up application development, so something like Jael is right at home. \ No newline at end of file