summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/gruntfile.js
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2021-11-29 20:05:54 +0100
committerGitHub <noreply@github.com>2021-11-29 20:05:54 +0100
commit989f9e97f0225f72edca82d3ff02a0acc890bfa5 (patch)
tree8a6cd62c6998d834a48c8a42a116ba4b008c8ab6 /searx/static/themes/simple/gruntfile.js
parent3700094f3a8f12bee4130035977e0cde4f859f9a (diff)
parente2e585319e8f0685d749580619b94bcc5085eaf5 (diff)
Merge pull request #561 from return42/fix-README
[brand] README: add SearXNG logo
Diffstat (limited to 'searx/static/themes/simple/gruntfile.js')
-rw-r--r--searx/static/themes/simple/gruntfile.js7
1 files changed, 5 insertions, 2 deletions
diff --git a/searx/static/themes/simple/gruntfile.js b/searx/static/themes/simple/gruntfile.js
index d51316dcf..8075e0797 100644
--- a/searx/static/themes/simple/gruntfile.js
+++ b/searx/static/themes/simple/gruntfile.js
@@ -147,14 +147,17 @@ module.exports = function(grunt) {
svgo: ['--config', 'svg4web.svgo.js']
},
files: {
- '<%= _templates %>/__common__/searxng-wordmark.min.svg': '<%= _brand %>/searxng-wordmark.svg'
+ '<%= _templates %>/__common__/searxng-wordmark.min.svg': '<%= _brand %>/searxng-wordmark.svg',
+ 'img/searxng.svg': '<%= _brand %>/searxng.svg'
}
}
},
svg2png: {
favicon: {
files: {
- 'img/favicon.png': '<%= _brand %>/searxng-wordmark.svg'
+ 'img/favicon.png': '<%= _brand %>/searxng-wordmark.svg',
+ 'img/searxng.png': '<%= _brand %>/searxng.svg'
+
}
}
},