Method: Wedge#source_map

Defined in:
lib/wedge.rb

#source_map(path = 'wedge', options = {}) ⇒ Object

Source maps for the javascript



67
68
69
# File 'lib/wedge.rb', line 67

def source_map(path = 'wedge', options = {})
  build(path, options).source_map
end