Skip to content

Commit 556c85c

Browse files
committedNov 23, 2014
Remove debug cache line from examples
1 parent 2c17d37 commit 556c85c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎examples/rack/config.ru

-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,4 @@ Bundler.require
44
run Opal::Server.new { |s|
55
s.main = 'application'
66
s.append_path 'app'
7-
8-
s.sprockets.cache = Sprockets::Cache::FileStore.new("tmp/cache/assets")
97
}

0 commit comments

Comments
 (0)
Please sign in to comment.