Eliminate the loopback that has been causing so much trouble.

`localhost`, `0.0.0.0`, `127.0.0.1` each works only in some places some of the time, this works around the problem by overriding Yajsml's built-in request mechanism in favor of a hacked together one. TODO: Serve files from another service, or directly from the file system in order to make this unnecessary.

Fixes #747
This commit is contained in:
Chad Weider 2012-07-22 23:54:38 -07:00
parent 4f79f74be5
commit cd11717b99
2 changed files with 69 additions and 1 deletions

View file

@ -10,7 +10,7 @@
"name": "Robin Buse" }
],
"dependencies" : {
"yajsml" : "1.1.3",
"yajsml" : "1.1.4",
"request" : "2.9.100",
"require-kernel" : "1.0.5",
"resolve" : "0.2.1",