Compile templates to a JST file.
varjst=new(require('task-jst'))jst.run(inputs,options,logger)Type: object
By default, uses ERB-style template delimiters, change the following template settings to use alternative delimiters.
{
evaluate : /<%([\s\S]+?)%>/g,
interpolate : /<%=([\s\S]+?)%>/g,
escape : /<%-([\s\S]+?)%>/g,
include : /<%@([\s\S]+?)%>/g
}
Type: string
Type: select
Options: ["amd", "kmd"]
- 2015-01-06 0.1.0 Initial release.
Copyright (c) 2015 Yuanyan Cao. Licensed under the MIT license.