This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
NewerOlder