module AssetPathsFromManifest

Constants

VERSION

Attributes

manifest[R]

Public Class Methods

bootstrap() click to toggle source
# File lib/asset_paths_from_manifest.rb, line 7
def bootstrap
  @manifest = Manifest.load
end
configuration() click to toggle source
# File lib/asset_paths_from_manifest/config.rb, line 3
def configuration
  @config ||= Config.new
end
configuration=(config) click to toggle source
# File lib/asset_paths_from_manifest/config.rb, line 7
def configuration=(config)
  @config = config
end
configure() { |configuration| ... } click to toggle source
# File lib/asset_paths_from_manifest/config.rb, line 11
def configure
  yield configuration
end