Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Generating static HTML files with Handlebars js

How would I use handlebars to pre-compile a template to html and save the resulting HTML as a static HTML file, is it possible to do this? Based on what I've been reading it isn't but I was hoping maybe there is a Grunt task or something I missed...

like image 441
Tony Ranieri Avatar asked Jan 02 '14 16:01

Tony Ranieri


1 Answers

This that does what I was looking for https://github.com/patrickkettner/grunt-compile-handlebars

like image 55
Tony Ranieri Avatar answered Oct 23 '22 03:10

Tony Ranieri