andrewdavey / andrewdavey/vogue
Using Vogue hosted on another machine causes issues
- Ngôn ngữ chính
- JavaScript
- Star
- 267
- Fork
- 36
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Hi,
I'm very new to node.js and vogue. I have an ubuntu box (192.168.1.44) setup with Node and Vogue and I do my primary web development from another machine (a built in web server). When I visit 192.168.1.44:8001, I get the vogue instructions. When I add to my site, vogue does not load properly. I used Fiddler to sniff the network and it looks like Vogue is making requests to http://localhost:8001 instead of http://192.168.1.44:8001.
Digging into the source of Vogue, it looks like my problem stems from the getScriptInfo method. It picks the document.location.host, rather than getting the location of the script. I tried to set the **vogue** object and that seems to get me a little further:
```
window.__vogue__ = {
url: 'http://192.168.1.44:8001/',
domain: '192.168.1.44',
port: 8001
};
```
But now I get messages like "Could not read stats for /home/jim/node/Content/css/Site.min.css" on the server.
Am I doing things wrong or missing a configuration step somewhere? Or is Vogue meant more as a local development tool and not to be shared by many developers?
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.