Class: HamlCoffeeAssets::Engine

Inherits:
Rails::Engine
  • Object
show all
Defined in:
lib/haml_coffee_assets/engine.rb

Overview

Hook the Haml CoffeeScript template into a Rails app.

Constant Summary collapse

DEFAULT_CONFIG =
{
    :format           => 'html5',
    :namespace        => 'window.JST',
    :escapeHtml       => true,
    :escapeAttributes => true,
    :customHtmlEscape => 'HAML.escape',
    :context          => 'HAML.context'
}