mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
fixed gulp less
This commit is contained in:
parent
9db41cf4be
commit
e3411319b8
2 changed files with 8 additions and 1 deletions
|
@ -12,5 +12,5 @@ gulp.task('imageMin', function () {
|
|||
svgoPlugins: [{removeViewBox: false}]
|
||||
}))
|
||||
.pipe(print())
|
||||
.pipe(gulp.dest(paths.src.images));
|
||||
.pipe(gulp.dest(paths.src.content + 'Images/'));
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue