Skip to content

History / How To: Create Haml and Slim Views

Revisions

  • Changed to accurate erb2slim command

    Cannon Collins committed Jun 6, 2017
  • Remove ** pattern passed to find (it isn't needed and fails on zsh)

    @e2 e2 committed Apr 12, 2016
  • Added command to remove the original views after successful conversion.

    @mackinleysmith mackinleysmith committed Jun 9, 2014
  • The command for converting to HAML wasn't working for me against the latest versions of html2haml. This command works nicely.

    @mackinleysmith mackinleysmith committed Jun 9, 2014
  • Updated How To: Create Haml and Slim Views (markdown)

    @ranmocy ranmocy committed Apr 29, 2014
  • Quotes are required for windows path names that contain spaces

    @draknor draknor committed Sep 15, 2013
  • Update erb to slim instructions to remove the haml generation step

    @eric-hu eric-hu committed Jul 21, 2013
  • Just need html2haml and haml2slim—they pull in deps, don't need `find`, last `rm` loop is unnecessary.

    @sj26 sj26 committed Mar 17, 2013