From 82125862c61392b5934155ce4db58e20ffbfddc8 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Wed, 1 Dec 2021 09:25:00 +0100 Subject: [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 --- searx/static/themes/simple/gruntfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/static/themes/simple/gruntfile.js') 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', -- cgit v1.2.3