Skip to content

Commit

Permalink
Allow empty images folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nickendle committed Feb 7, 2024
1 parent d884a08 commit 79cb8d2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/dugway/theme.rb
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ def valid?

@errors << 'Missing theme name in source/settings.json' if name.blank?
@errors << 'Invalid theme version in source/settings.json (ex: 1.0.3)' unless !!(version =~ /\d+\.\d+\.\d+/)
@errors << 'Missing images in source/images' if image_files.empty?

if settings['preset_styles']
validate_preview
Expand Down

0 comments on commit 79cb8d2

Please sign in to comment.