summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/gruntfile.js
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarIT.de>2021-11-21 11:46:24 +0100
committerGitHub <noreply@github.com>2021-11-21 11:46:24 +0100
commitd51298177aa9917fc862d44f56dc0249752dc8d9 (patch)
tree2861cbc84d744c0d4842e06261c319b14d985c9a /searx/static/themes/simple/gruntfile.js
parent1c8b731791f1ca82887e776fefed86618a775b36 (diff)
parent4330d7cf5d5bc9617bc778e9a7e8a469274125ee (diff)
Merge pull request #528 from return42/brand
[brand] initial - folder src/brand for searxng-wordmark
Diffstat (limited to 'searx/static/themes/simple/gruntfile.js')
-rw-r--r--searx/static/themes/simple/gruntfile.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/searx/static/themes/simple/gruntfile.js b/searx/static/themes/simple/gruntfile.js
index 3d72a9270..006d64417 100644
--- a/searx/static/themes/simple/gruntfile.js
+++ b/searx/static/themes/simple/gruntfile.js
@@ -5,6 +5,10 @@ module.exports = function(grunt) {
const path = require('path');
grunt.initConfig({
+
+ _brand: '../../../../src/brand',
+ _templates: '../../../templates',
+
pkg: grunt.file.readJSON('package.json'),
watch: {
scripts: {
@@ -102,7 +106,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': '<%= _brand %>/searxng-wordmark.svg'
}
}
},