Sha256: 0f1bd17cc55cbbcf5024e12d95b21747826a2d87d94a3cc78b0410c5b179204f
Contents?: true
Size: 364 Bytes
Versions: 3
Compression:
Stored size: 364 Bytes
Contents
module Octopress module Assets class Template < Asset def initialize(plugin, type) @plugin_type = plugin.type @root = plugin.assets_path @type = type @dir = File.join(plugin.namespace, type) @exists = {} end def file(file, site) @file = file path(site) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems