Module: Handlebars::Source
- Defined in:
- lib/handlebars/source.rb
Class Method Summary collapse
Class Method Details
.bundled_path ⇒ Object
3 4 5 |
# File 'lib/handlebars/source.rb', line 3 def self.bundled_path File.("../../../handlebars.js", __FILE__) end |
.runtime_bundled_path ⇒ Object
7 8 9 |
# File 'lib/handlebars/source.rb', line 7 def self.runtime_bundled_path File.("../../../handlebars.runtime.js", __FILE__) end |