Module: Firehose::Assets

Defined in:
lib/firehose/assets.rb

Overview

Deal with bundling Sprocket assets into environments (like Rails or Sprockets)

Defined Under Namespace

Modules: Sprockets

Class Method Summary collapse

Class Method Details

.path(*segs) ⇒ Object



6
7
8
# File 'lib/firehose/assets.rb', line 6

def self.path(*segs)
  File.join File.expand_path('../../assets', __FILE__), segs
end