Module: Sprockets::EcoProcessor
| Relationships & Source Files | |
| Defined in: | lib/sprockets/eco_processor.rb | 
Overview
Processor engine class for the Eco compiler. Depends on the eco gem.
For more information see:
Constant Summary
- 
    VERSION =
    
 # File 'lib/sprockets/eco_processor.rb', line 13'1'
Class Method Summary
- .cache_key
- 
    
      .call(input)  
    
    Compile template data with Eco compiler. 
Class Method Details
.cache_key
[ GitHub ].call(input)
Compile template data with Eco compiler.
Returns a JS function definition String. The result should be assigned to a JS variable.
# => "function(...) {...}"