Skip to content

Commit

Permalink
addingh bower
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEastwood committed Aug 17, 2015
1 parent 2f50590 commit 984fc7d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
bower_components
6 changes: 6 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "Cat Vote",
"dependencies": {
"jquery": "~2.1.4"
}
}
1 change: 1 addition & 0 deletions demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<source src="cat_sound.ogg" type="audio/ogg">
</audio>
</div>
<script async="async" crossorigin="anonymous" src="bower_components/jquery/dist/jquery.min.js"></script>
<script async="async" crossorigin="anonymous" src="cat_vote.js"></script>
</body>
</html>

0 comments on commit 984fc7d

Please sign in to comment.