New resources |
Version 16.11.1
* gh-22 - adds support for the the case where you want to render the templates with different variables based on the target path, to allow using some view-logic say, for a dev and prod output.
As in #1, but allowing for :extra-values to be passed with each path:
:resource {:resource-paths [["resources"
{:target-path "app/dev"
:extra-values {:dev true :prod false}}]
["resources"
{:target-path "app/prod"
:extra-values {:dev false :prod true}}]]}
No comments:
Post a Comment