mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 05:23:31 -07:00
Phantom: screen less files are defined in sonarr.less
This commit is contained in:
parent
66e829f71e
commit
187064101c
2 changed files with 7 additions and 14 deletions
|
@ -7,6 +7,10 @@ var stripBom = function (dest) {
|
|||
.pipe(stripbom({ showLog: false }))
|
||||
.pipe(gulp.dest(dest));
|
||||
|
||||
gulp.src(paths.src.less)
|
||||
.pipe(stripbom({ showLog: false }))
|
||||
.pipe(gulp.dest(dest));
|
||||
|
||||
gulp.src(paths.src.templates)
|
||||
.pipe(stripbom({ showLog: false }))
|
||||
.pipe(gulp.dest(dest));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue