Sha256: f511a3104c97aaef486f9509a1f4d5f37f4f22f5aede2e8ba1558c2c63c24f4a

Contents?: true

Size: 319 Bytes

Versions: 9

Compression:

Stored size: 319 Bytes

Contents

# 3rd-party
require "sprockets"


module Jekyll
  module AssetsPlugin
    module Patches
      module BundledAssetPatch

        def jekyll_assets
          @processed_asset.jekyll_assets
        end

      end
    end
  end
end


Sprockets::BundledAsset.send :include, Jekyll::AssetsPlugin::Patches::BundledAssetPatch

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
jekyll-assets-0.7.6 lib/jekyll/assets_plugin/patches/bundled_asset_patch.rb
jekyll-assets-0.7.5 lib/jekyll/assets_plugin/patches/bundled_asset_patch.rb
jekyll-assets-0.7.4 lib/jekyll/assets_plugin/patches/bundled_asset_patch.rb
jekyll-assets-0.7.3 lib/jekyll/assets_plugin/patches/bundled_asset_patch.rb
jekyll-assets-0.7.2 lib/jekyll/assets_plugin/patches/bundled_asset_patch.rb
jekyll-assets-0.7.1 lib/jekyll/assets_plugin/patches/bundled_asset_patch.rb
jekyll-assets-0.7.0 lib/jekyll/assets_plugin/patches/bundled_asset_patch.rb
jekyll-assets-0.6.1 lib/jekyll/assets_plugin/patches/bundled_asset_patch.rb
jekyll-assets-0.6.0 lib/jekyll/assets_plugin/patches/bundled_asset_patch.rb