padrino / padrino-recipes

A collection of padrino templates and plugins
http://www.padrinorb.com
292 stars 50 forks source link

add plugin for using hamlit as a haml replacement #101

Closed fnordfish closed 7 years ago

fnordfish commented 7 years ago

This is basically a plain copy of the existing slim integration in padrino.

It does not try to remove the haml gem from the Gemfile. It does not tinker with any lib load path (the generated lib/padrino-hamlit.rb needs to be loaded)

see padrino/padrino-framework#2115

nesquena commented 7 years ago

Thanks!