Sha256: a5e8e7fca74ab88734723ad3c135a5fdafcbccd43a40cbcb164c0af1ba81cfa2

Contents?: true

Size: 579 Bytes

Versions: 8

Compression:

Stored size: 579 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'
  require 'express_templates/interpolator'
  extend Renderer
  extend Compiler
  if defined?(Rails)
    ::ActionView::Template.register_template_handler :et, ExpressTemplates::Template::Handler
  end

end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
express_templates-0.4.2 lib/express_templates.rb
express_templates-0.4.1 lib/express_templates.rb
express_templates-0.4.0 lib/express_templates.rb
express_templates-0.3.6 lib/express_templates.rb
express_templates-0.3.5 lib/express_templates.rb
express_templates-0.3.4 lib/express_templates.rb
express_templates-0.3.2 lib/express_templates.rb
express_templates-0.3.1 lib/express_templates.rb