mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Use packages.meteor.com instead of cloudfront.
This commit is contained in:
committed by
David Glasser
parent
067ec18139
commit
55349ca974
@@ -6,10 +6,7 @@ var https = require('https');
|
||||
var Future = require('fibers/future');
|
||||
var request = require('request');
|
||||
|
||||
// XXX make this work with packages.meteor.com. A CNAME record isn't
|
||||
// good enough because then our SSL certs are wrong (or maybe we can
|
||||
// get this to work somehow else)
|
||||
var PACKAGES_URLBASE = 'https://d3fm2vapipm3k9.cloudfront.net';
|
||||
var PACKAGES_URLBASE = 'https://packages.meteor.com';
|
||||
|
||||
// Under the hood, packages in the library (/package/foo), and user
|
||||
// applications, are both Packages -- they are just represented
|
||||
|
||||
Reference in New Issue
Block a user