Skip to content

Commit

Permalink
bower: algoliasearch v2.x - instead of the bundled vendor script
Browse files Browse the repository at this point in the history
  • Loading branch information
grimen committed Jan 11, 2016
1 parent e8b5fe6 commit 6cbca08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
3 changes: 2 additions & 1 deletion bower.json
Expand Up @@ -17,6 +17,7 @@
"icomoon": "0.0.3",
"ionicons": "2.0.1",
"material-design-icons": "2.0.0",
"octicons": "3.3.0"
"octicons": "3.3.0",
"algoliasearch": "2"
}
}
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -149,7 +149,7 @@ <h1>Octicons</h1>
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/fixed-sticky/fixedsticky.js"></script>
<script src="bower_components/hogan/web/builds/2.0.0/hogan-2.0.0.min.js"></script>
<script src="js/vendor/algoliasearch.min.js"></script>
<script src="bower_components/algoliasearch/dist/algoliasearch.min.js"></script>
<script src="bower_components/purl/purl.js"></script>
<script src="bower_components/zeroclipboard/dist/ZeroClipboard.min.js"></script>
<script src="js/script.js"></script>
Expand Down
7 changes: 0 additions & 7 deletions js/vendor/algoliasearch.min.js

This file was deleted.

0 comments on commit 6cbca08

Please sign in to comment.