mirror of
https://github.com/Radarr/Radarr
synced 2024-12-26 01:38:24 +00:00
Fix theme less file
This commit is contained in:
parent
f032cc8cf6
commit
3a59b38037
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ gulp.task('less', function() {
|
||||||
if (phantom) {
|
if (phantom) {
|
||||||
src = [
|
src = [
|
||||||
paths.src.content + 'bootstrap.less',
|
paths.src.content + 'bootstrap.less',
|
||||||
paths.src.content + 'angle.less',
|
paths.src.content + 'theme.less',
|
||||||
paths.src.content + 'sonarr.less',
|
paths.src.content + 'sonarr.less',
|
||||||
paths.src.content + 'overrides.less',
|
paths.src.content + 'overrides.less',
|
||||||
paths.src.root + 'Series/series.less',
|
paths.src.root + 'Series/series.less',
|
||||||
|
|
Loading…
Reference in a new issue