| Is it possible to modify a web page in a text editor and having it automatically reloaded on the server without having to re-load it manually in the REPL? I'm using (thread (asv)) but it obviously doesn't automatically re-load the-web-page.arc file. In other words, how can I get it to watch for changes in the file and reload it when necessary? Apache re-opens a php file every time someone opens the php web page, but arc is a different scenario because it uses defop and pages aren't associated with files. As a new-to-arc user I'm far to lazy to RTFM or work it out myself, I just want it to work the way I think it should, is that too much to ask? |