Skip to content

Instantly share code, notes, and snippets.

@mkacz
Created August 25, 2017 16:55
Show Gist options
  • Select an option

  • Save mkacz/08e71557a789ac93d950cabd3c55cd72 to your computer and use it in GitHub Desktop.

Select an option

Save mkacz/08e71557a789ac93d950cabd3c55cd72 to your computer and use it in GitHub Desktop.
cp -r app/views app/views-backup
cd app/views
for x in `find . -iname \*erb`; do erb2slim $x ; done
rm -f `find . -iname \*erb`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment