Skip to content

Instantly share code, notes, and snippets.

@carols10cents
Created July 21, 2013 20:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save carols10cents/6049798 to your computer and use it in GitHub Desktop.
Save carols10cents/6049798 to your computer and use it in GitHub Desktop.
Slim 2.0 deprecation warnings
# How to find files that have spaces around attribute delimiters
git ls-files *.slim* | xargs -I {} slimrb -c {} | grep "spaces around attribute delimiters"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment