summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/gruntfile.js
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2022-05-08 10:45:45 +0200
committerGitHub <noreply@github.com>2022-05-08 10:45:45 +0200
commit85c1c14fd7e8ff217ff57509cf9d58ec92f7af9a (patch)
tree8e29e2083e235a315345c9c43ddff0f962340fde /searx/static/themes/simple/gruntfile.js
parent6db568bf69b7145451ff90e14da0e49fb5b6269b (diff)
parent1e45dbbae9b6bb7b85ce6620556b955799ed4fe5 (diff)
Merge pull request #1186 from dalf/theme_remove_common
Theme: remove __common__ directories
Diffstat (limited to 'searx/static/themes/simple/gruntfile.js')
-rw-r--r--searx/static/themes/simple/gruntfile.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/searx/static/themes/simple/gruntfile.js b/searx/static/themes/simple/gruntfile.js
index 25883e384..50ea3b1d4 100644
--- a/searx/static/themes/simple/gruntfile.js
+++ b/searx/static/themes/simple/gruntfile.js
@@ -44,7 +44,6 @@ module.exports = function (grunt) {
'svg4web.svgo.js',
'src/js/main/*.js',
'src/js/head/*.js',
- '../__common__/js/*.js'
],
},
stylelint: {
@@ -146,7 +145,7 @@ module.exports = function (grunt) {
svgo: ['--config', 'svg4web.svgo.js']
},
files: {
- '<%= _templates %>/__common__/searxng-wordmark.min.svg': '<%= _brand %>/searxng-wordmark.svg',
+ '<%= _templates %>/simple/searxng-wordmark.min.svg': '<%= _brand %>/searxng-wordmark.svg',
'img/searxng.svg': '<%= _brand %>/searxng.svg',
'img/img_load_error.svg': '<%= _brand %>/img_load_error.svg'
}