module Tilt

Public Class Methods

pipeline(ext, options={}) click to toggle source

@see Tilt::Mapping#pipeline

  # File lib/tilt/pipeline.rb
5 def self.pipeline(ext, options={})
6   default_mapping.pipeline(ext, options)
7 end