module Roda::RodaPlugins::Sprockets::ClassMethods

Public Instance Methods

sprockets_options() click to toggle source
# File lib/roda/plugins/sprockets.rb, line 93
def sprockets_options
  opts[:sprockets]
end
sprockets_regexp() click to toggle source
# File lib/roda/plugins/sprockets.rb, line 97
def sprockets_regexp
  %r{#{sprockets_options[:sprockets_helpers].prefix[1..-1]}/(.*)}
end