module Glimmer::Config

Consumer Rails apps can set these attributes in their assets.rb file

Public Class Methods

gems_having_image_paths() click to toggle source

(server-side option) used to collect image paths for copying to assets & matching in Opal to download and use in Glimmer GUI

# File lib/glimmer/config.rb, line 6
def gems_having_image_paths
  @gems_having_image_paths ||= []
end