hanachin / karma-handlebars-preprocessor

MIT License
1 stars 19 forks source link

Support for Handlebars partials #2

Open naganowl opened 10 years ago

naganowl commented 10 years ago

The plugin assumes all parsed HBS files are templates, but they can be defined as partials to allow for reuse.

For more info, see

jonnywyatt commented 9 years ago

See http://stackoverflow.com/questions/12014547/how-do-i-precompile-partials-for-handlebars-js/12148609 for a workaround