diff options
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, + }, ], }, }, |