Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Commit

Permalink
Merge branch 'master' into 2.1.x
Browse files Browse the repository at this point in the history
Conflicts:
	lib/sprockets/caching.rb
  • Loading branch information
josh committed Oct 5, 2011
2 parents 07c3208 + 9483f5d commit b5817f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sprockets/caching.rb
Expand Up @@ -20,7 +20,7 @@ def cache_asset(path)
hash = {}
asset.encode_with(hash)

# Save the asset to at its path
# Save the asset to its path
cache_set_hash(path.to_s, hash)

# Since path maybe a logical or full pathname, save the
Expand Down

0 comments on commit b5817f6

Please sign in to comment.