Skip to content

Commit

Permalink
not using cdn.rawgit due to caching
Browse files Browse the repository at this point in the history
  • Loading branch information
jpillora committed May 7, 2014
1 parent 06b30da commit 8602961
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ conjunction with any library.

## Download

* Development [xdomain.js](https://cdn.rawgit.com/jpillora/xdomain/gh-pages/dist/0.6/xdomain.js) 25KB
* Production [xdomain.min.js](https://cdn.rawgit.com/jpillora/xdomain/gh-pages/dist/0.6/xdomain.min.js) 12KB (2.8KB Gzip)
* Development [xdomain.js](https://rawgit.com/jpillora/xdomain/gh-pages/dist/0.6/xdomain.js) 25KB
* Production [xdomain.min.js](https://rawgit.com/jpillora/xdomain/gh-pages/dist/0.6/xdomain.min.js) 12KB (2.8KB Gzip)

## Live Demos

Expand Down
2 changes: 1 addition & 1 deletion example/angular/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h3>XDomain Demo</h3>
<h5>From '<span id="host"></span>'</h5>
<h5>To 'http://echo.jpillora.com/foo/bar'</h5>

<script src="https://cdn.rawgit.com/jpillora/xdomain/gh-pages/dist/0.6/xdomain.js"
<script src="https://rawgit.com/jpillora/xdomain/gh-pages/dist/0.6/xdomain.js"
slave="http://echo.jpillora.com/proxy.html"></script>
<!-- LOCAL TESTING
<script src="http://localhost:3000/dist/0.6/xdomain.js" debug="true"
Expand Down
2 changes: 1 addition & 1 deletion example/files/proxy.html
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!DOCTYPE HTML>
<script src="https://cdn.rawgit.com/jpillora/xdomain/gh-pages/dist/0.6/xdomain.js" master="*"></script>
<script src="https://rawgit.com/jpillora/xdomain/gh-pages/dist/0.6/xdomain.js" master="*"></script>
2 changes: 1 addition & 1 deletion example/jquery2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ <h3>jQuery 2.x Abort Test</h3>
From '<span id="host"></span>'<br>
</p>

<script src="https://cdn.rawgit.com/jpillora/xdomain/gh-pages/dist/0.6/xdomain.js"
<script src="https://rawgit.com/jpillora/xdomain/gh-pages/dist/0.6/xdomain.js"
slave="http://echo.jpillora.com/proxy.html"></script>
<!-- LOCAL TESTING
<script src="http://localhost:3000/dist/0.6/xdomain.js" debug="true"
Expand Down
2 changes: 1 addition & 1 deletion example/performance/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ <h5>To 'http://s3.amazonaws.com/jpillora-usa/xdomain/data1.json'</h5>
slave="http://127.0.0.1:3000/xdomain/example/local/proxy1.html"></script>
-->

<script src="https://cdn.rawgit.com/jpillora/xdomain/gh-pages/dist/0.6/xdomain.js"
<script src="https://rawgit.com/jpillora/xdomain/gh-pages/dist/0.6/xdomain.js"
slave="http://s3.amazonaws.com/jpillora-usa/xdomain/0.6/proxy.html"></script>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h3>XDomain Demo</h3>
From '<span id="host"></span>'<br>
</p>

<script src="https://cdn.rawgit.com/jpillora/xdomain/gh-pages/dist/0.6/xdomain.js"
<script src="https://rawgit.com/jpillora/xdomain/gh-pages/dist/0.6/xdomain.js"
slave="http://s3.amazonaws.com/jpillora-usa/xdomain/0.6/proxy.html"></script>

<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.js"></script>
Expand Down

0 comments on commit 8602961

Please sign in to comment.