Module: FannyPack::Assets

Defined in:
lib/fanny_pack/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



4
5
6
# File 'lib/fanny_pack/assets.rb', line 4

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