module Firehose::Assets
Deal with bundling Sprocket assets into environments (like Rails
or Sprockets
)
Public Class Methods
path(*segs)
click to toggle source
# File lib/firehose/assets.rb, line 6 def self.path(*segs) File.join File.expand_path('../../assets', __FILE__), segs end