LiveScript template implementation. See: livescript.net/
LiveScript templates do not support object scopes, locals, or yield.
# File lib/tilt/livescript.rb, line 19 def allows_script? false end
# File lib/tilt/livescript.rb, line 15 def evaluate(scope, locals, &block) @output ||= LiveScript.compile(data, options) end
# File lib/tilt/livescript.rb, line 12 def prepare end