module Sprockets::CJSX::Transformer

Public Class Methods

call(input) click to toggle source
# File lib/sprockets-cjsx.rb, line 14
def self.call(input)
  { data: CoffeeScript.compile(input[:data]) }
end