Sha256: b1ac507c88171cb32854ff0b2022f37c202f717bc88242db4c9869dd7cf154da
Contents?: true
Size: 357 Bytes
Versions: 29
Compression:
Stored size: 357 Bytes
Contents
module Glimmer # Consumer Rails apps can set these attributes in their assets.rb file module Config class << self # (server-side option) used to collect image paths for copying to assets & matching in Opal to download and use in Glimmer GUI def gems_having_image_paths @gems_having_image_paths ||= [] end end end end
Version data entries
29 entries across 29 versions & 1 rubygems