1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

Correct typo comment

This commit is contained in:
Dan Finlay 2016-07-26 17:25:15 -07:00
parent 32335434e3
commit c759bc5871

View File

@ -103,7 +103,7 @@ gulp.task('build:js:background', bundleTask({ watch: false, filename: 'backgroun
gulp.task('build:js:popup', bundleTask({ watch: false, filename: 'popup.js' }))
gulp.task('build:js', gulp.parallel('build:js:inpage','build:js:contentscript','build:js:background','build:js:popup'))
// clean dist/firefox
// clean dist
gulp.task('clean', function clean() {