Skip to content

Commit

Permalink
Depend on jQuery using Bower
Browse files Browse the repository at this point in the history
  • Loading branch information
Larry Tin committed Mar 12, 2015
1 parent ffe84ea commit 127043e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/bus.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<html>
<head>
<title>Goodow Realtime Channel API Playground</title>
<script src="//ajax.aspnetcdn.com/ajax/jQuery/jquery-2.1.0.min.js"></script>
<script src="bower_components/bower-sockjs-client/sockjs.js"></script>
<!--<script src="bower_components/realtime-channel/channel.nocache.js"></script>-->
<script src="bower_components/realtime-channel/realtime-channel.js"></script>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
</head>
<style>
.box {
Expand Down
2 changes: 1 addition & 1 deletion app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<script type="text/javascript" src="bower_components/realtime-store/realtime.store.databinding.js"></script>
<script type="text/javascript" src="bower_components/bower-sockjs-client/sockjs.js"></script>
<script type="text/javascript" src="bower_components/google-diff-match-patch-js/diff_match_patch.js"></script>
<script src="//ajax.aspnetcdn.com/ajax/jQuery/jquery-2.1.0.min.js"></script>
<script type="text/javascript" src="bower_components/jquery/dist/jquery.min.js"></script>
<script type="text/javascript" src="js/rtpg.js"></script>
<script type="text/javascript" src="js/rtpg.log.js"></script>
<script type="text/javascript" src="js/rtpg.string.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion app/vertxbus.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<html>
<head>
<title></title>
<script src="//ajax.aspnetcdn.com/ajax/jQuery/jquery-2.1.0.min.js"></script>
<script src="bower_components/bower-sockjs-client/sockjs.js"></script>
<script src="bower_components/vertxbus/vertxbus.js"></script>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
</head>
<style>
.box {
Expand Down
3 changes: 2 additions & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"realtime-channel": "gh-pages",
"realtime-store": "gh-pages",
"vertxbus": "v2.1",
"google-diff-match-patch-js": "1.0.0"
"google-diff-match-patch-js": "1.0.0",
"jquery": "2.1.3"
}
}

0 comments on commit 127043e

Please sign in to comment.