1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Phantom: screen less files are defined in sonarr.less

This commit is contained in:
Keivan Beigi
2015-08-29 15:19:45 -07:00
parent 66e829f71e
commit 187064101c
2 changed files with 7 additions and 14 deletions
+4
View File
@@ -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));