Skip to content

Commit 2aac886

Browse files
committed
Change default cache location back to original
In this commit 80164cb the `assets` folder looks to be accidentally removed from the cache file store. This causes problems if you're specifically moving that folder between builds.
1 parent cf40609 commit 2aac886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/sprockets/railtie.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def configure(&block)
9898

9999
config.assets.configure do |env|
100100
env.cache = Sprockets::Cache::FileStore.new(
101-
"#{env.root}/tmp/cache",
101+
"#{env.root}/tmp/cache/assets",
102102
config.assets.cache_limit,
103103
env.logger
104104
)

0 commit comments

Comments
 (0)