k0kubun / hamlit

High Performance Haml Implementation
https://rubygems.org/gems/hamlit
Other
980 stars 60 forks source link

upgrading to Tilt 2 forces specific interpreter usage #121

Closed michaelglass closed 6 years ago

michaelglass commented 6 years ago

I use Kramdown for markdown rendering. When I upgraded to Tilt 2, Hamlit started trying to require redcarpet.

This change should make it so that redcarpet (And other engines) are only registered when Tilt doesn't already have another engine registered.

k0kubun commented 6 years ago

Thanks :+1: