diff options
author | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-09-21 11:23:51 +0200 |
---|---|---|
committer | Lars Henrik Mai <lars.mai@kontinui.de> | 2014-09-21 11:23:51 +0200 |
commit | 454e1624b45107adb5d140dcdae3e7bfb554c88f (patch) | |
tree | b809ba4e91c3dcfb2e016ef18a03d25ac37196e5 /Gemfile | |
parent | 35239fc1f4641db1e602383b43cc29b151cde9b9 (diff) |
added html2haml gem
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -22,3 +22,6 @@ gem "nokogiri" # we use bootstrap-sass gem "bootstrap-sass" + +# templating +gem "html2haml" |