adding warning message about package server

This commit is contained in:
ekatek
2014-04-04 18:38:37 -07:00
parent 271228ceb7
commit 78683884bb

View File

@@ -124,6 +124,8 @@ _.extend(exports, {
host = localhostOffset(20);
else
host = getUniverse().replace(/^www\./, 'test-packages.');
console.log("XXX: currently using http, not https for package server.");
return "http://" + host;
return addScheme(host);
},