Sha256: 6125981d64a5cd33add6e3bb84faae3df791948e384304019d0b5d5dd4a702b2
Contents?: true
Size: 363 Bytes
Versions: 1
Compression:
Stored size: 363 Bytes
Contents
module Octopress module Assets class Include < 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
octopress-ink-1.0.0.alpha.15 | lib/octopress-ink/assets/include.rb |