mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-06 00:36:58 +00:00
New: Links (forums, trello, etc) shown in System: Info
This commit is contained in:
@@ -18,6 +18,7 @@ gulp.task('less', function () {
|
||||
paths.src.root + 'Settings/settings.less',
|
||||
paths.src.root + 'System/Logs/logs.less',
|
||||
paths.src.root + 'System/Update/update.less',
|
||||
paths.src.root + 'System/Info/info.less',
|
||||
])
|
||||
.pipe(print())
|
||||
.pipe(less({
|
||||
@@ -29,4 +30,4 @@ gulp.task('less', function () {
|
||||
}))
|
||||
.on('error', errorHandler.onError)
|
||||
.pipe(gulp.dest(paths.dest.content));
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user