From c759bc587166f4d1953653e3ef3bea359804256c Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Tue, 26 Jul 2016 17:25:15 -0700 Subject: Correct typo comment --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 42554ca1a..c71ccb652 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -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() { -- cgit