summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/gruntfile.js
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-11-20 10:14:55 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2021-11-20 10:14:55 +0100
commitc68c53acd8970cacb282f23651d3619e918ffc20 (patch)
tree9e985fba502c9ddf155865086a5d2d005fce0b35 /searx/static/themes/simple/gruntfile.js
parentbc0cf9e83e2b52a45ea9a13ffdace07a622ed0cc (diff)
downloadsearxng-c68c53acd8970cacb282f23651d3619e918ffc20.tar.gz
searxng-c68c53acd8970cacb282f23651d3619e918ffc20.zip
[brand] initial - folder src/brand for searxng-wordmark
Folder src/brand is intended to place logo, wordmark and more in. This commit moves the origin (source) of searxng-wordmark.svg from the simple theme into this folder About the new created src/ folder: On the long term we can move all the files from static/themes/<name>/src/* into a src/themes/<name>/* folder. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'searx/static/themes/simple/gruntfile.js')
-rw-r--r--searx/static/themes/simple/gruntfile.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/simple/gruntfile.js b/searx/static/themes/simple/gruntfile.js
index 3d72a9270..a82c0ab1c 100644
--- a/searx/static/themes/simple/gruntfile.js
+++ b/searx/static/themes/simple/gruntfile.js
@@ -102,7 +102,7 @@ module.exports = function(grunt) {
svgo: ['--config', 'svg4web.svgo.js']
},
files: {
- '../../../templates/__common__/searxng-wordmark.min.svg': 'src/svg/searxng-wordmark.svg'
+ '../../../templates/__common__/searxng-wordmark.min.svg': '../../../../src/brand/searxng-wordmark.svg'
}
}
},