Sha256: 8d3abac9651a07850c24f7779484539c4bc683fbdaf8ff0a11444cbd45a4795d

Contents?: true

Size: 536 Bytes

Versions: 7

Compression:

Stored size: 536 Bytes

Contents

module ExpressTemplates
  require 'core_extensions/proc'
  require 'express_templates/indenter'
  require 'express_templates/macro'
  require 'express_templates/markup'
  require 'express_templates/components'
  require 'express_templates/template/handler'
  require 'express_templates/renderer'
  require 'express_templates/expander'
  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

7 entries across 7 versions & 1 rubygems

Version Path
express_templates-0.3.0 lib/express_templates.rb
express_templates-0.2.7 lib/express_templates.rb
express_templates-0.2.6 lib/express_templates.rb
express_templates-0.2.5 lib/express_templates.rb
express_templates-0.2.4 lib/express_templates.rb
express_templates-0.2.3 lib/express_templates.rb
express_templates-0.2.2 lib/express_templates.rb