README.md in govuk_template-0.7.1 vs README.md in govuk_template-0.8.0
- old
+ new
@@ -46,9 +46,13 @@
There is a [proposal for Mustache to support template inheritance](https://github.com/mustache/spec/issues/38) this is supported in both the `mustache.java` and the `hogan.js` implementations of Mustache.
To generate the tarball of the Mustache Inheritance templates run the `build:mustache_inheritance` rake task. This will produce a tarball in the `pkg` directory.
+### Jinja version
+
+To generate the folder of Jinja templates run `bundle exec rake build:jinja`. This will produce a tarball in the `pkg` directory.
+
### Tarball version
To generate the tarball, run the `bundle exec rake build:tar`. This will produce a tarball in the `pkg` directory.
## Publishing