Skip to content

Commit

Permalink
Fix #206 Add SVG support (#238)
Browse files Browse the repository at this point in the history
Fix #206 Add SVG support
  • Loading branch information
mnapoli committed Jul 12, 2019
2 parents 07af7f0 + a80da89 commit 8944ea7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Module/Core/Step/AddImages.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ public function __invoke(Project $project)
$files
->name('*.gif')
->name('*.png')
->name('*.jpg');
->name('*.jpg')
->name('*.jpeg')
->name('*.svg');

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

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8944ea7

Please sign in to comment.