gulp-freemarker icon indicating copy to clipboard operation
gulp-freemarker copied to clipboard

A plugin for Gulp to process Freemarker template files like Java.

Results 2 gulp-freemarker issues
Sort by recently updated
recently updated
newest added

我在html模版里,使用 ```java ${startDate?datetime} ~ ${endDate?datetime} ``` 就是说,java渲染模版时传递的参数是Java里的Date类型。 在用gulp-freemarker渲染时,我在如何在json文件中配置呢?

fmpp returns useful output text in case of errors that is not being passed on by this plugin. could we maybe change this to add the output to the error...