Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing dist build task order #118

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

Removing parallel build tasks

  • Loading branch information
ryanml committed Feb 5, 2020
commit f52a765b8b6e08e12906cc8f29f3a70356f803da
@@ -71,11 +71,9 @@ gulp.task('build',
'replace-brave-links',
'replace-brave-paths',
'build:scss',
gulpParallel(
'build:extension:js:deps:background',
'build:extension:js:deps:ui',
'build:extension:js'
),
'build:extension:js',
'build:extension:js:deps:background',
'build:extension:js:deps:ui',
'copy'
)
)
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.