Skip to content

Instantly share code, notes, and snippets.

View g-ilham's full-sized avatar

g-Ilham g-ilham

  • Russian, Republic of Tatarstan, Kazan
View GitHub Profile
@g-ilham
g-ilham / devise erb to slim convert
Last active November 10, 2015 07:47
devise erb to slim convert
devise erb to slim convert
https://github.com/plataformatec/devise/wiki/How-To%3a-Create-Haml-and-Slim-Views
Create Slim views
We use a gem called 'html2slim' to create the Slim-views.
gem install html2slim
This package include a tool called erb2slim which can convert erb file to slim recursively. Option -d for delete the erb file after the convert finished.