Sha256: 555fab42bf00ebbaf951a38330be605721d098dfd53667897abf65038b66c87f

Contents?: true

Size: 356 Bytes

Versions: 11

Compression:

Stored size: 356 Bytes

Contents

# encoding: utf-8
module Middleman
  module Presentation
    # Helpers plugin
    module Helpers
      # Slides plugin
      module SlidesPlugin
        extend PluginApi

        add_assets(
          path: File.expand_path('../../../../vendor/assets', __FILE__),
          importable_files: %w(footer.js footer.scss)
        )
      end
    end
  end
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
middleman-presentation-helpers-0.17.7 lib/middleman-presentation-helpers/plugins/footer_plugin.rb
middleman-presentation-helpers-0.17.6 lib/middleman-presentation-helpers/plugins/footer_plugin.rb
middleman-presentation-helpers-0.17.2 lib/middleman-presentation-helpers/plugins/footer_plugin.rb
middleman-presentation-helpers-0.17.1 lib/middleman-presentation-helpers/plugins/footer_plugin.rb
middleman-presentation-helpers-0.17.0 lib/middleman-presentation-helpers/plugins/footer_plugin.rb
middleman-presentation-helpers-0.16.3 lib/middleman-presentation-helpers/plugins/footer_plugin.rb
middleman-presentation-helpers-0.16.2 lib/middleman-presentation-helpers/plugins/footer_plugin.rb
middleman-presentation-helpers-0.16.0 lib/middleman-presentation-helpers/plugins/footer_plugin.rb
middleman-presentation-helpers-0.16.0.rc2 lib/middleman-presentation-helpers/plugins/footer_plugin.rb
middleman-presentation-helpers-0.1.0.rc1 lib/middleman-presentation-helpers/plugins/footer_plugin.rb
middleman-presentation-helpers-0.1.0.beta lib/middleman-presentation-helpers/plugins/footer_plugin.rb