Module: Handlebars::Source

Defined in:
lib/handlebars/source.rb

Class Method Summary collapse

Class Method Details

.bundled_pathObject



3
4
5
# File 'lib/handlebars/source.rb', line 3

def self.bundled_path
  File.expand_path("../../../handlebars.js", __FILE__)
end

.runtime_bundled_pathObject



7
8
9
# File 'lib/handlebars/source.rb', line 7

def self.runtime_bundled_path
  File.expand_path("../../../handlebars.runtime.js", __FILE__)
end