mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 10:47:08 -07:00
New: Links (forums, trello, etc) shown in System: Info
This commit is contained in:
parent
71e83ba8a8
commit
365898df45
9 changed files with 64 additions and 12 deletions
|
@ -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));
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue