Sha256: c5e78006c4f94a8760c629812206876d137a8d41c2eb1febe40934280daf0d68
Contents?: true
Size: 257 Bytes
Versions: 3
Compression:
Stored size: 257 Bytes
Contents
# Frozen-string-literal: true # Copyright: 2012 - 2017 - MIT License # Encoding: utf-8 module Sprockets class Environment unless method_defined?(:find_asset!) def find_asset!(*args) cached.find_asset!(*args) end end end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
jekyll-assets-3.0.5 | lib/jekyll/assets/patches/find_asset.rb |
jekyll-assets-3.0.4 | lib/jekyll/assets/patches/find_asset.rb |
jekyll-assets-3.0.3 | lib/jekyll/assets/patches/find_asset.rb |