Skip to content

Commit 8944ea7

Browse files
authored
Fix #206 Add SVG support (#238)
Fix #206 Add SVG support
2 parents 07af7f0 + a80da89 commit 8944ea7

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/Module/Core/Step/AddImages.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ public function __invoke(Project $project)
2424
$files
2525
->name('*.gif')
2626
->name('*.png')
27-
->name('*.jpg');
27+
->name('*.jpg')
28+
->name('*.jpeg')
29+
->name('*.svg');
2830

2931
$project->watchlist->watchFiles($files);
3032

7.86 KB
Loading
7.86 KB
Loading

0 commit comments

Comments
 (0)