mirror of
https://github.com/gwenhael-le-moine/ledgerrb.git
synced 2024-12-26 09:59:18 +01:00
broken with latest puma/rack
This commit is contained in:
parent
0a211fe876
commit
af50b023ab
1 changed files with 0 additions and 5 deletions
|
@ -5,11 +5,6 @@ require 'bundler'
|
|||
require_relative './config/options'
|
||||
require_relative './app'
|
||||
|
||||
configure :development do
|
||||
Sinatra::Application.reset!
|
||||
use Rack::Reloader
|
||||
end
|
||||
|
||||
use Rack::Rewrite do
|
||||
rewrite %r{^/(.*(css|js|ttf|woff|html|png|jpg|jpeg|gif|ico)$)}, '/app/$1'
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue