Skip to content

Commit

Permalink
build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
voronianski committed Oct 1, 2017
1 parent 44a2486 commit a0bdf2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Example of ReactSoundPlayer Components</title>

<link rel="shortcut icon" type="image/png" href="./assets/favicon.png">
<link rel="stylesheet" type="text/css" href="./build/styles.min.css">
<link rel="stylesheet" type="text/css" href="./build/styles.min.css?01102017">
</head>
<body>
<div id="app"></div>
Expand All @@ -15,7 +15,7 @@
<a href="https://twitter.com/share" class="twitter-share-button" data-via="voronianski" data-related="soundblo.gs">Tweet</a>
</div>

<script src="./build/bundle.min.js" async defer></script>
<script src="./build/bundle.min.js?01102017" async defer></script>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');
</script>
Expand Down

0 comments on commit a0bdf2f

Please sign in to comment.