mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-07 21:42:16 -07:00
Added shim for _
This commit is contained in:
parent
fcfbfae4c1
commit
f4d9e3495a
3 changed files with 10 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue