Class: YouthTreeJS
- Inherits:
-
Object
- Object
- YouthTreeJS
- Defined in:
- lib/youthtree-js.rb
Constant Summary collapse
- VERSION =
"0.4.1".freeze
Class Method Summary collapse
Class Method Details
.coffeescripts_root ⇒ Object
4 5 6 |
# File 'lib/youthtree-js.rb', line 4 def self.coffeescripts_root File.('../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 |