Skip to content

Instantly share code, notes, and snippets.

@beaugaines
Created November 11, 2015 02:50
Show Gist options
  • Select an option

  • Save beaugaines/03508efae19d7173a6f9 to your computer and use it in GitHub Desktop.

Select an option

Save beaugaines/03508efae19d7173a6f9 to your computer and use it in GitHub Desktop.
convert devise views to haml
for f in app/views/devise/**/*.erb; do html2haml -e $f ${f%erb}haml && rm $f; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment