Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump bbmustache and fix templates (#1862) | Fred Hebert | 2018-10-05 | 1 | -1/+2 |
| | | | | | | | | | * bump bbmustache to version 1.6.0 * Use alternative bbmustache brackets in templates This fixes the problems where literal nested tuples (`{{a,b},c}` or `{{a,b}}`) would blow up and spaces needed to be inserted. | ||||
* | Remove triple brackets in bbmustache templates | Fred Hebert | 2016-01-11 | 1 | -1/+1 |
| | | | | | | Issues formerly were avoided by quoting atoms. Unquoting them created unbalanced tags (`{{{name}}`) which were mistakes. This patch inserts spaces to unconfused bbmustache. | ||||
* | Unquote templates, add a warning instead. | Fred Hebert | 2016-01-10 | 1 | -1/+1 |
| | |||||
* | remove use of erlydtl in rebar | Tristan Sloughter | 2015-04-29 | 1 | -0/+3 |
| | |||||
* | wip: move to erlydtl for rebar templates | Tristan Sloughter | 2014-09-17 | 1 | -3/+0 |
| | |||||
* | update templating | Tristan Sloughter | 2014-09-16 | 1 | -0/+3 |