Class: YouthTreeJS

Inherits:
Object
  • Object
show all
Defined in:
lib/youthtree-js.rb

Constant Summary collapse

VERSION =
"0.3.0".freeze

Class Method Summary collapse

Class Method Details

.coffeescripts_rootObject



4
5
6
# File 'lib/youthtree-js.rb', line 4

def self.coffeescripts_root
  File.expand_path('../coffeescripts', File.dirname(__FILE__))
end

.register_framework!Object



8
9
10
# File 'lib/youthtree-js.rb', line 8

def self.register_framework!
  Barista::Framework.register 'youthtree', coffeescripts_root
end