summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/gruntfile.js
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2021-12-01 09:25:00 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2021-12-01 10:38:41 +0100
commit82125862c61392b5934155ce4db58e20ffbfddc8 (patch)
treed6e0bdaa80e138fe7d7eaa1e881be62d3e9fc798 /searx/static/themes/simple/gruntfile.js
parent28b22a0f9836dff7e6f6fd1436227dead0db4abd (diff)
[fix] simple theme: remove static files no longer needed
remove: searx/static/themes/simple/js/searxng.js searx/static/themes/simple/js/searxng.head.js searx/static/themes/simple/css/searxng-rtl.css searx/static/themes/simple/css/searxng.css 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 044ff9ab4..57682430d 100644
--- a/searx/static/themes/simple/gruntfile.js
+++ b/searx/static/themes/simple/gruntfile.js
@@ -92,7 +92,7 @@ module.exports = function(grunt) {
},
dist: {
files: {
- 'js/searxng.head.min.js': ['js/searxng.head.js'],
+ 'js/searxng.head.min.js': ['src/js/head/*.js'],
'js/searxng.min.js': [
'src/js/main/*.js',
'../__common__/js/*.js',