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