Skip to content

Commit

Permalink
fix: use minified version of fuse.js
Browse files Browse the repository at this point in the history
as minifying this yielded an error
  • Loading branch information
janraasch committed Mar 4, 2016
1 parent 43cff2f commit 90c3a4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</form>
<!-- build:js scripts/popup.js -->
<script src="bower_components/array.from/array-from.js"></script>
<script src="bower_components/fuse.js/src/fuse.js"></script>
<script src="bower_components/fuse.js/src/fuse.min.js"></script>
<script src="bower_components/jquery/dist/jquery.js"></script>
<script src="bower_components/flatstrap/assets/js/bootstrap-typeahead.js"></script>
<script src="scripts/popup.js"></script>
Expand Down
2 changes: 1 addition & 1 deletion karma.conf.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ module.exports = (config) ->
'app/bower_components/array.from/array-from.js'

# External dependencies.
'app/bower_components/fuse.js/src/fuse.js'
'app/bower_components/fuse.js/src/fuse.min.js'
'app/bower_components/jquery/dist/jquery.js'
'app/bower_components/flatstrap/assets/js/bootstrap-typeahead.js'

Expand Down

0 comments on commit 90c3a4a

Please sign in to comment.