Sha256: a8774e0ef85397e8c35cf625d2609fefdf59749ff66af3144743b01e1305fc99

Contents?: true

Size: 219 Bytes

Versions: 15

Compression:

Stored size: 219 Bytes

Contents

require 'stitch'


class Stitch::Source
  # Patch for gumdrop style filenames
  def name
    name = path.relative_path_from(root)
    name = name.dirname + name.basename(".*")
    name.to_s.gsub(".js", '')
  end
end


Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
gumdrop-0.6.1 lib/gumdrop/stitch_ex.rb
gumdrop-0.6.0 lib/gumdrop/stitch_ex.rb
gumdrop-0.5.2 lib/gumdrop/stitch_ex.rb
gumdrop-0.5.1 lib/gumdrop/stitch_ex.rb
gumdrop-0.5 lib/gumdrop/stitch_ex.rb
gumdrop-0.4.0 lib/gumdrop/stitch_ex.rb
gumdrop-0.3.10 lib/gumdrop/stitch_ex.rb
gumdrop-0.3.9 lib/gumdrop/stitch_ex.rb
gumdrop-0.3.8 lib/gumdrop/stitch_ex.rb
gumdrop-0.3.7 lib/gumdrop/stitch_ex.rb
gumdrop-0.3.6 lib/gumdrop/stitch_ex.rb
gumdrop-0.3.5 lib/gumdrop/stitch_ex.rb
gumdrop-0.3.4 lib/gumdrop/stitch_ex.rb
gumdrop-0.3.3 lib/gumdrop/stitch_ex.rb
gumdrop-0.3.2 lib/gumdrop/stitch_ex.rb