Sha256: a979b0c3c357781de0c13a07e6dabad169abed2ee6bdd8554c1b98bc38f5be6f
Contents?: true
Size: 257 Bytes
Versions: 14
Compression:
Stored size: 257 Bytes
Contents
module Handlebars module Source def self.bundled_path File.expand_path("../../../dist/handlebars.js", __FILE__) end def self.runtime_bundled_path File.expand_path("../../../dist/handlebars.runtime.js", __FILE__) end end end
Version data entries
14 entries across 14 versions & 3 rubygems