Looking at the Handlebars.js documentation for precompilation.
The instructions are for OSX. Can this be done on Windows as well?
If so, when they say to \"insta
Run in the command prompt:
npm install handlebars -g
Now you can use the following syntax in the command prompt:
handlebars -f
,where is an original template file name, and is a pre-compliled template file name.
Example:
handlebars person.hbr -f person.js