Files
icehrm/web/bower_components/handlebars/lib/handlebars/source.rb
2018-04-28 03:04:36 +02:00

12 lines
247 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