vogue
vogue copied to clipboard
Only on localhost?
i installed it on a server on the local lan 192.168.1.238. Then i mounted the drive with the css files on my workstation and edited the css via netbeans. Somehow the Page does not update. Should that work or would that not work by design?
Thx
marco
Have you included the JavaScript in your HTML that initializes the vogue client?
<script type="text/javascript" src="http://192.168.1.238:8001/vogue-client.js"></script>
yes
I had this same problem. I've added support to vogue.js to listen to hosts other than 127.0.0.1. This is my first time using github, so I don't know if I'm doing this right, but I've committed 095837bc418ca080eb7b to my fork, it contains this change. Andrew: Please let me know if this helps, or if I'm doing it wrong(TM)