Closed WaKeMaTTa closed 7 years ago
Hello,
How i can know if im using hamlit or haml in my application :question:
hamlit
haml
In my Gemfile i have
Gemfile
gem 'hamlit'
but in my Gemfile.lock i have
Gemfile.lock
hamlit (2.2.1)
haml (4.0.7)
ActionView::Template.handler_for_extension("haml") => #<Hamlit::RailsTemplate:0x005593caad2150>
Tilt["haml"] => Hamlit::Template
%div{ foo: false }
<div></div>
<div foo=''></div>
Hello,
How i can know if im using
hamlit
orhaml
in my application :question:In my
Gemfile
i havegem 'hamlit'
but in my
Gemfile.lock
i havehamlit (2.2.1)
haml (4.0.7)