Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
more bower-y updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaker Islam committed Mar 11, 2014
1 parent 6bfe4ab commit 8f1f603
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"tests",
"spec",
"Gruntfile.js",
"videojs-contrib-ads"
"lib"
],
"dependencies": {
"videojs": "4.4.3",
Expand Down
4 changes: 2 additions & 2 deletions example.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Video.js VAST Example</title>

<link href="http://vjs.zencdn.net/4.4.3/video-js.css" rel="stylesheet">
<link href="videojs-contrib-ads/video.ads.css" rel="stylesheet" type="text/css">
<link href="lib/videojs-contrib-ads/video.ads.css" rel="stylesheet" type="text/css">
<link href="videojs.vast.css" rel="stylesheet" type="text/css">

<style type="text/css">
Expand All @@ -17,7 +17,7 @@
<script src="http://vjs.zencdn.net/4.4.3/video.js"></script>
<script src="videojs-contrib-ads/video.ads.js"></script>

<script src="vast-client.js"></script>
<script src="lib/vast-client.js"></script>
<script src="videojs.vast.js"></script>
</head>
<body>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8f1f603

Please sign in to comment.