Module: JadeJs::Source

Defined in:
lib/jade_js/source.rb

Class Method Summary collapse

Class Method Details

.bundled_pathObject



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

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

.bundled_runtime_pathObject



6
7
8
# File 'lib/jade_js/source.rb', line 6

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