mirror of
https://github.com/fergalmoran/Readarr.git
synced 2025-12-27 03:47:34 +00:00
Added shim for _
This commit is contained in:
@@ -22,7 +22,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',
|
||||
paths.src.root + 'System/Info/info.less'
|
||||
];
|
||||
|
||||
if (phantom) {
|
||||
@@ -40,8 +40,8 @@ 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',
|
||||
]
|
||||
paths.src.root + 'System/Info/info.less'
|
||||
];
|
||||
}
|
||||
|
||||
return gulp.src(src)
|
||||
|
||||
Reference in New Issue
Block a user