Refresh external shader files from JSX?

nick rothwell | project cassiel's icon

I'm using external .glsl files referenced from a JSX file. Is there a way to recompile/reload shaders when a .glsl file changes? Re-reading the JSX itself doesn't work. At the moment I have to blow away the containing object (jit.gl.slab or whatever) and then undo to get it back...