Sha256: 76c86cbca2efd297e71d44928c40bd0ed1fa2a62d4e1a3b276a049cb58eb3713

Contents?: true

Size: 465 Bytes

Versions: 11

Compression:

Stored size: 465 Bytes

Contents

module ExpressTemplates
  require 'arbre'
  require 'arbre/patches'
  require 'core_extensions/proc'
  require 'core_extensions/string'
  require 'express_templates/components'
  require 'express_templates/template/handler'
  require 'express_templates/renderer'
  require 'express_templates/compiler'

  extend Renderer
  extend Compiler

  if defined?(Rails)
    ::ActionView::Template.register_template_handler :et, ExpressTemplates::Template::Handler
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
express_templates-0.11.20 lib/express_templates.rb
express_templates-0.11.20.rc1 lib/express_templates.rb
express_templates-0.11.19 lib/express_templates.rb
express_templates-0.11.18 lib/express_templates.rb
express_templates-0.11.17 lib/express_templates.rb
express_templates-0.11.16 lib/express_templates.rb
express_templates-0.11.16.rc1 lib/express_templates.rb
express_templates-0.11.15 lib/express_templates.rb
express_templates-0.11.14 lib/express_templates.rb
express_templates-0.11.13 lib/express_templates.rb
express_templates-0.11.11 lib/express_templates.rb