Skip to content

Commit

Permalink
Use the production CDN in distribution files
Browse files Browse the repository at this point in the history
  • Loading branch information
pl committed Oct 25, 2013
1 parent 77aca8e commit a64ee60
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dist/pusher.js
Original file line number Diff line number Diff line change
Expand Up @@ -530,8 +530,8 @@
Pusher.pong_timeout = 30000;
Pusher.unavailable_timeout = 10000;
// CDN configuration
Pusher.cdn_http = 'http://localhost:5555/';
Pusher.cdn_https = 'https://localhost:5555/';
Pusher.cdn_http = 'http://js.pusher.com/';
Pusher.cdn_https = 'https://d3dy5gmtp8yhk7.cloudfront.net/';
Pusher.dependency_suffix = '';

Pusher.getDefaultStrategy = function(config) {
Expand Down
6 changes: 3 additions & 3 deletions dist/pusher.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a64ee60

Please sign in to comment.