Skip to content

Commit

Permalink
Fix broken expansion of asset link paths
Browse files Browse the repository at this point in the history
This fixes a regression from 36741c6 where a line was missed in the
conversion.

Fixes #613
  • Loading branch information
felixbuenemann committed Jun 13, 2019
1 parent 15338e0 commit 872b4b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/sprockets/loader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ def asset_from_cache(key)
asset[:load_path] = expand_from_root(asset[:load_path])
asset[:filename] = expand_from_root(asset[:filename])
expand_key_from_hash(asset[:metadata], :included)
expand_key_from_hash(asset[:metadata], :links)
expand_key_from_hash(asset[:metadata], :stubbed)
expand_key_from_hash(asset[:metadata], :required)
expand_key_from_hash(asset[:metadata], :to_load)
Expand Down

0 comments on commit 872b4b2

Please sign in to comment.