README.md in govuk_template-0.15.1 vs README.md in govuk_template-0.16.0

- old
+ new

@@ -23,10 +23,11 @@ 5. a tarball containing Mustache Inheritance templates 6. a tarball containing Jinja templates 7. a tarball containing plain HTML and assets 8. a tarball containing EJS (Embedded JavaScript) templates 9. a JAR file containing assets (but no templates) structured as per [WebJars](http://www.webjars.org/) +10. a tarball containing Django templates ### Gem version This is available on rubygems.org. To use it, add this line to your application's Gemfile: @@ -69,9 +70,13 @@ To generate the folder of Embedded JavaScript templates run `bundle exec rake build:ejs`. This will produce a tarball in the `pkg` directory. ### WebJar version To generate a JAR file of assets in WebJar format run `bundle exec rake build:webjar`. This will produce a JAR file in the `pkg` directory. + +### Django version + +To generate the folder of Django templates run `bundle exec rake build:django`. This will produce a tarball in the `pkg` directory. ## Publishing Accepted contributions (pull requests merged into master) will run builds for the Gem, Play and Mustache versions. These will then update the following: