Skip to content

Commit

Permalink
Remove in extension script for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
zalmoxisus committed Nov 14, 2018
1 parent 3a97c1c commit bddc7f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.babel.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ gulp.task('copy:build:extension', () => {

gulp.task('copy:build:firefox', ['build:extension'], () => {
gulp.src([
'./build/extension/**', '!./build/extension/devtools.html'
'./build/extension/**', '!./build/extension/js/redux-devtools-extension.js'
])
.pipe(gulp.dest('./build/firefox'))
.on('finish', function() {
Expand Down

0 comments on commit bddc7f3

Please sign in to comment.