Skip to content

Commit

Permalink
Merge pull request #1068 from brave/fix_webtorrent_bundle_path
Browse files Browse the repository at this point in the history
Fix webtorrent bundle access path
  • Loading branch information
petemill authored Dec 12, 2018
2 parents 4a426e3 + 2f0f510 commit 99aecec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/brave_webtorrent/extension/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ transpile_web_ui("generate_brave_webtorrent") {
# plus any other relative path we want these files to live in the extension
extra_relative_path = "/brave_webtorrent/extension/out"

public_asset_path = "/out/"
public_asset_path = "/extension/out/"
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Webtorrent</title>
<script src="/out/brave_webtorrent.bundle.js"></script>
<script src="/extension/out/brave_webtorrent.bundle.js"></script>
<style>
#root { height: 100%; }
</style>
Expand Down

0 comments on commit 99aecec

Please sign in to comment.