Class Nanoc::Filters::CoffeeScript
In: lib/nanoc/filters/coffeescript.rb
Parent: Nanoc::Filter

@since 3.3.0

Methods

run  

Public Instance methods

Runs the content through [CoffeeScript](coffeescript.org/). This method takes no options.

@param [String] content The CoffeeScript content to turn into JavaScript

@return [String] The resulting JavaScript

[Validate]