Add a named set of Lo-Dash template delimiters.
You probably won't need to use this method, because the built-in delimiters should be sufficient, but you could always add {% %} or [% %] style delimiters.
Format a date using the dateformat library. {@link http://github.com/felixge/node-dateformat}
string
string
string
Process a Lo-Dash template string.
The template argument will be processed recursively until there are no more templates to process.
The default data object is the entire config object, but if options.data is set, that object will be used instead. The default template delimiters are <% %> but if options.delimiters is set to a custom delimiter name, those template delimiters will be used instead.
Inside templates, the grunt object is exposed so that you can do things like: <%= grunt.template.today('yyyy') %>
(options: any) => string
string
Set the Lo-Dash template delimiters to a predefined set in case you grunt.util._.template needs to be called manually.
The config delimiters <% %> are included by default.
Format today's date using the dateformat library using the current date and time. {@link http://github.com/felixge/node-dateformat}
string