We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c48ea69 commit b633af5Copy full SHA for b633af5
1 file changed
lib/app.rb
@@ -56,7 +56,6 @@ class App < Sinatra::Application
56
57
SpritesCLI.new.invoke(:generate, [], :disable_optimization => true)
58
59
- require 'active_support/per_thread_registry'
60
require 'active_support/cache'
61
sprockets.cache = ActiveSupport::Cache.lookup_store :file_store, root.join('tmp', 'cache', 'assets', environment.to_s)
62
end
0 commit comments