Skip to content

Commit bddc7f3

Browse files
committed
Remove in extension script for firefox
1 parent 3a97c1c commit bddc7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gulpfile.babel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ gulp.task('copy:build:extension', () => {
105105

106106
gulp.task('copy:build:firefox', ['build:extension'], () => {
107107
gulp.src([
108-
'./build/extension/**', '!./build/extension/devtools.html'
108+
'./build/extension/**', '!./build/extension/js/redux-devtools-extension.js'
109109
])
110110
.pipe(gulp.dest('./build/firefox'))
111111
.on('finish', function() {

0 commit comments

Comments
 (0)