From cf8c36f35141380c5f8e886760c859d0e95f6dd0 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 24 Nov 2024 18:19:11 +0100 Subject: [mod] add CSS (LESS) to xsl style to view rss in browser Signed-off-by: Markus Heiser --- searx/static/themes/simple/gruntfile.js | 6 ++++++ 1 file changed, 6 insertions(+) (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 9410a674b..c2cbad315 100644 --- a/searx/static/themes/simple/gruntfile.js +++ b/searx/static/themes/simple/gruntfile.js @@ -136,6 +136,12 @@ module.exports = function (grunt) { nonull: true, filter: file_exists, }, + { + src: ['src/less/rss.less'], + dest: 'css/rss.min.css', + nonull: true, + filter: file_exists, + }, ], }, }, -- cgit v1.2.3