Skip to content

Instantly share code, notes, and snippets.

@ervinb
Last active January 13, 2016 10:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ervinb/dd03ac8cf0a7abe72961 to your computer and use it in GitHub Desktop.
Save ervinb/dd03ac8cf0a7abe72961 to your computer and use it in GitHub Desktop.
if ENV["SEMAPHORE_CACHE_DIR"]
config.assets.configure do |env|
env.cache = ActiveSupport::Cache::FileStore.new(ENV["SEMAPHORE_CACHE_DIR"])
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment