diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2024-11-24 18:19:11 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-11-25 09:34:02 +0100 |
| commit | cf8c36f35141380c5f8e886760c859d0e95f6dd0 (patch) | |
| tree | d57b0ab83fcd9966fa2e9dd68dd2f8b503dfbc78 /searx/static/themes/simple/gruntfile.js | |
| parent | 5fbea0b62df9877b4c07489ca631ced7af0d939b (diff) | |
[mod] add CSS (LESS) to xsl style to view rss in browser
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.js | 6 |
1 files changed, 6 insertions, 0 deletions
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, + }, ], }, }, |