beyondgrep / ack2

**ack 2 is no longer being maintained. ack 3 is the latest version.**
https://github.com/beyondgrep/ack3/
Other
1.48k stars 138 forks source link

ignore JS & CSS source maps by default #434

Closed cvrebert closed 10 years ago

petdance commented 10 years ago

What are these JS & CSS source maps?

cvrebert commented 10 years ago

http://www.html5rocks.com/en/tutorials/developertools/sourcemaps/

petdance commented 10 years ago

Besides giving me a link, tell me about why they're an issue. Do you build them and then they get scattered around your project?

cvrebert commented 10 years ago

They're akin to minified JS or CSS. They're not meant for human consumption and are typically one single gigantic line, which makes the matches they trigger annoying.

petdance commented 10 years ago

Thanks. af1927c6640e4ce280af1b48ba0fc9409d00a3f7

cvrebert commented 10 years ago

Thank you!