Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

biotope/biotope-build-plugin-hbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

biotope-build-plugin-hbs

Options

Property Type Optional Default Description
srcPatterns string[] yes ['src/components/**/scaffolding/*.hbs'] The handlebars templates to compile
partialPatterns string[] yes ['src/components/**/*.hbs'] The partials to register for compiling
dataPatterns string[] yes ['src/components/**/*.json', 'src/resources/**/*.json'] The data to use to fill the partials.