vogue icon indicating copy to clipboard operation
vogue copied to clipboard

Only on localhost?

Open e-anima opened this issue 14 years ago • 3 comments
trafficstars

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

e-anima avatar May 30 '11 12:05 e-anima

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>

andrewdavey avatar Jun 07 '11 20:06 andrewdavey

yes

e-anima avatar Jun 08 '11 12:06 e-anima

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)

americanwookie avatar Jun 10 '11 23:06 americanwookie