From 18be12c7ae83271f58b00057d3c6f98d687f5c08 Mon Sep 17 00:00:00 2001 From: SimonBrazell Date: Sun, 12 Jul 2020 21:56:17 +1000 Subject: [PATCH] Remove unwanted images from web-ext build --- web-ext-config.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/web-ext-config.js b/web-ext-config.js index bfaa024..04186a7 100644 --- a/web-ext-config.js +++ b/web-ext-config.js @@ -1,9 +1,9 @@ module.exports = { ignoreFiles: [ - 'images/Screen*.png', - 'images/small-tile.png', - 'buy-me-a-coffee.png', - 'logo*.png', - '*-badge.png' + 'assets/images/Screen Shot*.png', + 'assets/images/small-tile.png', + 'assets/images/buy-me-a-coffee.png', + 'assets/images/logo*.png', + 'assets/images/*-badge.png' ], };