mirror of
https://github.com/searxng/searxng.git
synced 2025-12-27 06:00:02 +00:00
[mod] add CSS (LESS) to xsl style to view rss in browser
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
committed by
Markus Heiser
parent
5fbea0b62d
commit
cf8c36f351
@@ -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,
|
||||
},
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user