We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 2c17d37 commit 556c85cCopy full SHA for 556c85c
examples/rack/config.ru
@@ -4,6 +4,4 @@ Bundler.require
4
run Opal::Server.new { |s|
5
s.main = 'application'
6
s.append_path 'app'
7
-
8
- s.sprockets.cache = Sprockets::Cache::FileStore.new("tmp/cache/assets")
9
}
0 commit comments