|
(Firefox) Addon for local development environment?
This question is hard to even phrase, so I'm having trouble finding an answer by normal means.
I'm looking for some kind of browser extension (preferably Firefox) that will allow me to view my pages in a local environment without making the in-page links relative.
I like to use links like this for final deployment: href="/path/to/file/" (this goes for "src" too, of course)... I don't even know what to CALL these kind of links... they aren't relative, but they aren't absolute, either. And of course they won't work when I'm developing on a local machine.
Is there SOME kind of addon out there that can rewrite the part implied before the "/" on a per-project basis? This would be such a timesaver!
Thanks
|