Method: Dugway::Theme#image_files
- Defined in:
- lib/dugway/theme.rb
#image_files ⇒ Object
84 85 86 87 88 |
# File 'lib/dugway/theme.rb', line 84 def image_files Dir.glob(File.join(source_dir, 'images', '**', '*.{png,jpg,jpeg,gif,ico,svg}')).map do |i| i.gsub(source_dir, '')[1..-1] end end |