module Sprockets::CJSX::PreProcessor
Public Class Methods
call(input)
click to toggle source
# File lib/sprockets-cjsx.rb, line 8 def self.call(input) { data: CoffeeReact.transform(input[:data]) } end
# File lib/sprockets-cjsx.rb, line 8 def self.call(input) { data: CoffeeReact.transform(input[:data]) } end