New: Links (forums, trello, etc) shown in System: Info

This commit is contained in:
Mark McDowall 2014-11-20 21:43:04 -08:00
commit 365898df45
9 changed files with 64 additions and 12 deletions

View file

@ -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));
});
});