views:

17

answers:

1

Within Firebug, I can look at script includes and search each include individually. I would like to be able to search all includes at once. Does anyone know a tool that will do this?

A: 

Use ack on your source tree :)

thenduks
That's going to include files not included from teh particular page, it will also miss javascript included from other servers, as well as generated script blocks. There's definitely value in such a search though I do such searches at time, but I guess I'm looking for a 3rd search option.
Frank Schwieterman
Maybe I should learn ack though. I use findstr, which is pretty dated.
Frank Schwieterman