A maven plugin for precompiling handlebars templates
handlebars-maven-plugin is used to precompile the handlebars templates of your project.
Goal | Description |
---|---|
handlebars:precompile | Precompile handlebars templates |
Full name :net.unit8.maven.plugins:handlebars-maven-plugin:0.1.0:precompile
Description :precomiple handlebars templates
Name | Type | Description |
---|---|---|
sourceDirectory | String | The directory of handlebars templates |
outputDirectory | String | The directory of precompiled templates |
preserveHierarchy | Boolean | true if preserve the hierarchy of source directories. |
encoding | String | charset of template files. |