Files
handlebars.js/components/source.rb
T
2013-11-03 15:49:05 -06:00

12 lines
229 B
Ruby

module Handlebars
module Source
def self.bundled_path
File.expand_path("handlebars.js", __FILE__)
end
def self.runtime_bundled_path
File.expand_path("handlebars.runtime.js", __FILE__)
end
end
end