Sha256: 3237d23a476a004aea13cc8c9dd70b2d9ec9068b56d0071338e37e34f3ac0644

Contents?: true

Size: 281 Bytes

Versions: 17

Compression:

Stored size: 281 Bytes

Contents

# 3rd-party
require "sprockets"

module Jekyll
  module AssetsPlugin
    module Patches
      module BundledAssetPatch
        def jekyll_assets
          @processed_asset.jekyll_assets
        end

        ::Sprockets::BundledAsset.send :include, self
      end
    end
  end
end

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
jekyll-assets-0.14.0 lib/jekyll/assets_plugin/patches/bundled_asset_patch.rb
jekyll-assets-0.13.0 lib/jekyll/assets_plugin/patches/bundled_asset_patch.rb
jekyll-assets-0.12.1 lib/jekyll/assets_plugin/patches/bundled_asset_patch.rb
jekyll-assets-0.12.0 lib/jekyll/assets_plugin/patches/bundled_asset_patch.rb
jekyll-assets-0.11.0 lib/jekyll/assets_plugin/patches/bundled_asset_patch.rb
jekyll-assets-0.10.1 lib/jekyll/assets_plugin/patches/bundled_asset_patch.rb
jekyll-assets-0.10.0 lib/jekyll/assets_plugin/patches/bundled_asset_patch.rb
jekyll-assets-0.9.2 lib/jekyll/assets_plugin/patches/bundled_asset_patch.rb
jekyll-assets-0.9.1 lib/jekyll/assets_plugin/patches/bundled_asset_patch.rb
jekyll-assets-0.9.0 lib/jekyll/assets_plugin/patches/bundled_asset_patch.rb
jekyll-assets-0.8.1 lib/jekyll/assets_plugin/patches/bundled_asset_patch.rb
jekyll-assets-0.8.0 lib/jekyll/assets_plugin/patches/bundled_asset_patch.rb
tgfa-jekyll-assets-0.7.9.2 lib/jekyll/assets_plugin/patches/bundled_asset_patch.rb
tgfa-jekyll-assets-0.7.9.1 lib/jekyll/assets_plugin/patches/bundled_asset_patch.rb
jekyll-assets-0.7.9 lib/jekyll/assets_plugin/patches/bundled_asset_patch.rb
jekyll-assets-0.7.8 lib/jekyll/assets_plugin/patches/bundled_asset_patch.rb
jekyll-assets-0.7.7 lib/jekyll/assets_plugin/patches/bundled_asset_patch.rb