about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorSimonBrazell <simon@brazell.com.au>2020-07-12 21:56:17 +1000
committerSimonBrazell <simon@brazell.com.au>2020-07-12 21:56:17 +1000
commit18be12c7ae83271f58b00057d3c6f98d687f5c08 (patch)
treee321a116b0ee2f52a9bff89581e8c700a9890fe8
parentUpdate screenshots (diff)
downloadlibredirect-18be12c7ae83271f58b00057d3c6f98d687f5c08.zip
Remove unwanted images from web-ext build
Diffstat (limited to '')
-rw-r--r--web-ext-config.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/web-ext-config.js b/web-ext-config.js
index bfaa024d..04186a75 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'
   ],
 };