Does anyone know of an extension for Firefox, or a script or some other mechanism, that can monitor one or more local files. Firefox would auto-refresh or otherwise updated its canvas when it detected a change (of timestamp) in the files(s).
For editing CSS, it would be ideal if just the CSS could be reloaded, rather than a full HTML re-render.
For dynamic files, one could programatically touch a stub file, which could be monitored as a proxy for changes in dynamic content.
Effectively it would enable similar behaviour to Firebug with its dynamic HTML/CSS editing, only through external files.
Thoughts, suggestions, ideas? Possible? Pie-in-the-sky?