An open API service indexing awesome lists of open source software.

https://github.com/lasso-js/lasso-handlebars

Plugin for Lasso.js to support compiling Handlebars templates to JavaScript
https://github.com/lasso-js/lasso-handlebars

Last synced: 19 days ago
JSON representation

Plugin for Lasso.js to support compiling Handlebars templates to JavaScript

Awesome Lists containing this project

README

          

Lasso-handlebars
===

This tool can pre-compile handlebars templates to javascript function and working together with lasso module bundler.

The module uses your handlebars version, that you can install with the following command:
```
npm i handlebars -S
```