converge
converge copied to clipboard
pathJoin utility function
Users often need to build a full file path from various path elements (a directory and file name param for example). It would be helpful to have some kind of fileJoin function so you don't have to worry about the position of trailing slashes. Perhaps something like:
{{fileJoin "/etc" (param `app-name) (param `config-file`)}}