in reply to Re: Serving static files with Plackin thread Serving static files with Plack
Try path => sub { s{^/static/}{}; }, root => 'html-files';
When you only add root, its looking in root/static,