README.md in govuk_template-0.4.1 vs README.md in govuk_template-0.5.1
- old
+ new
@@ -13,11 +13,12 @@
At present this generates 4 output formats:
1. a gem containing a Rails engine
2. a tarball containing Play Framework templates
3. a folder containing Mustache templates
-4. a tarball
+4. a tarball containing Mustache Inheritance templates
+5. a tarball
### Gem version
This is available on rubygems.org. To use it, add this line to your application's Gemfile:
@@ -34,9 +35,19 @@
To generate the tarball of Play Framework templates run `bundle exec rake build:play`. This will produce a tarball in the `pkg` directory.
### Mustache version
To generate the folder of Mustache templates run `bundle exec rake build:mustache`. This will produce a folder in the `pkg` directory.
+
+### Liquid version
+
+To generate the folder of Liquid templates run `bundle exec rake build:liquid`. This will produce a tarball in the `pkg` directory.
+
+### Mustache Inheritance version
+
+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.
### Tarball version
To generate the tarball, run the `bundle exec rake build:tar`. This will produce a tarball in the `pkg` directory.