combinaut / minibars

A (mostly) drop-in replacement for Handlebars.rb based on MiniRacer rather than therubyracer.
MIT License
8 stars 4 forks source link

Add compatibility layer to alias Minibars to Handlebars #2

Closed njakobsen closed 2 years ago

njakobsen commented 2 years ago

It would be nice not to have to have other gems know about Minibars if they don't use any fancy features outside of its capabilities. We could probably create a module called Handlebars as an alias for Minibars which would allow everything to "just work™." This feature could be controlled by a configuration option.