Skip to content

Instantly share code, notes, and snippets.

@drewdeponte
Created June 3, 2011 18:06
Show Gist options
  • Save drewdeponte/1006819 to your computer and use it in GitHub Desktop.
Save drewdeponte/1006819 to your computer and use it in GitHub Desktop.
Grep for finding console.log statements in code base.
grep -r --exclude=*.{log,min.js} "[^/]console\.log" *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment