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

Commit

Permalink
Fixes brave/brave-browser#4773 - adds BAT token by default to accounts
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanml committed Jun 20, 2019
1 parent 5cc4fb7 commit 71880af
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gulpfile.js
Expand Up @@ -32,6 +32,8 @@ const materialUIDependencies = ['@material-ui/core']
const reactDepenendencies = dependencies.filter(dep => dep.match(/react/))
const d3Dependencies = ['c3', 'd3']

const braveGulp = require('./brave/gulp')

const uiDependenciesToBundle = [
...materialUIDependencies,
...reactDepenendencies,
Expand Down Expand Up @@ -402,6 +404,7 @@ gulp.task('zip', gulp.parallel('zip:chrome', 'zip:firefox', 'zip:edge', 'zip:ope

gulp.task('dev',
gulp.series(
braveGulp,
'clean',
'dev:scss',
gulp.parallel(
Expand Down

0 comments on commit 71880af

Please sign in to comment.