Correct typo comment

This commit is contained in:
Dan Finlay 2016-07-26 17:25:15 -07:00
parent 32335434e3
commit c759bc5871
1 changed files with 1 additions and 1 deletions

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() {