Class JekyllAssetPipeline::Converter
In: lib/jekyll_asset_pipeline/converter.rb
Parent: Object

Methods

convert   converted   filetype   new  

Public Class methods

Filetype to process (e.g. ’.coffee’)

Public Instance methods

Logic to convert assets

Available instance variables: @file File to be converted @content Contents of @file as a string @type Filetype of file (e.g. ’.coffee’)

Returns converted string

[Validate]