module Tilt
Public Class Methods
pipeline(ext, options={})
click to toggle source
# File lib/tilt/pipeline.rb 5 def self.pipeline(ext, options={}) 6 default_mapping.pipeline(ext, options) 7 end
# File lib/tilt/pipeline.rb 5 def self.pipeline(ext, options={}) 6 default_mapping.pipeline(ext, options) 7 end