Sha256: 8214c7c3e50092f0320054b5c7f6ee13c4238f52174572865cfb292eedd84293

Contents?: true

Size: 226 Bytes

Versions: 11

Compression:

Stored size: 226 Bytes

Contents

module Octopress
  module Ink
    class PluginAssets < Jekyll::Generator
      def generate(site)
        Ink.site = site
        Plugins.register
        Plugins.add_files
        site = Ink.site
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
octopress-ink-1.0.0.rc.11 lib/octopress-ink/generators/plugin_assets.rb
octopress-ink-1.0.0.rc.10 lib/octopress-ink/generators/plugin_assets.rb
octopress-ink-1.0.0.rc.9 lib/octopress-ink/generators/plugin_assets.rb
octopress-ink-1.0.0.rc.8 lib/octopress-ink/generators/plugin_assets.rb
octopress-ink-1.0.0.rc.7 lib/octopress-ink/generators/plugin_assets.rb
octopress-ink-1.0.0.rc.6 lib/octopress-ink/generators/plugin_assets.rb
octopress-ink-1.0.0.rc.5 lib/octopress-ink/generators/plugin_assets.rb
octopress-ink-1.0.0.rc.3 lib/octopress-ink/generators/plugin_assets.rb
octopress-ink-1.0.0.rc.2 lib/octopress-ink/generators/plugin_assets.rb
octopress-ink-1.0.0.rc.1 lib/octopress-ink/generators/plugin_assets.rb
octopress-ink-1.0.0.alpha.45 lib/octopress-ink/generators/plugin_assets.rb