We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Changed to accurate erb2slim command
Remove ** pattern passed to find (it isn't needed and fails on zsh)
Added command to remove the original views after successful conversion.
The command for converting to HAML wasn't working for me against the latest versions of html2haml. This command works nicely.
Updated How To: Create Haml and Slim Views (markdown)
Quotes are required for windows path names that contain spaces
Update erb to slim instructions to remove the haml generation step
Just need html2haml and haml2slim—they pull in deps, don't need `find`, last `rm` loop is unnecessary.