module Epf::Source
Public Class Methods
bundled_map_path()
click to toggle source
# File lib/epf/source.rb, line 7 def self.bundled_map_path File.expand_path('../../../dist/epf.js.map', __FILE__) end
bundled_path()
click to toggle source
# File lib/epf/source.rb, line 3 def self.bundled_path File.expand_path('../../../dist/epf.js', __FILE__) end