Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Remove MeteMetrics process https://metamask.github.io
Browse files Browse the repository at this point in the history
  • Loading branch information
bbondy committed Jul 3, 2019
1 parent f18326a commit e87d94d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions brave/app/scripts/lib/setupMetamaskMeshMetrics.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
module.exports = () => {}
6 changes: 6 additions & 0 deletions brave/gulpfile.js/brave-replace-paths.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ const createBraveReplacePathsTask = () => {
`'${bravePrefix}ui/app/helpers/constants/routes'`
)
)
.pipe(
replace(
/'(.*)\/lib\/setupMetamaskMeshMetrics'/gm,
`'${bravePrefix}app/scripts/lib/setupMetamaskMeshMetrics'`
)
)
.pipe(gulp.dest(file => file.base))
})
}
Expand Down

0 comments on commit e87d94d

Please sign in to comment.