Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 291 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 291 Bytes

Getting Started

Using the Handlebars precompiler, install the Handlebars npm package:

npm install -g handlebars
cd js/templates/
handlebars ./*.handlebars -f templates.js

refs: handlebars doc