in reply to Re^2: Serving static files with Plack
in thread Serving static files with Plack

Try  path => sub { s{^/static/}{}; }, root => 'html-files';

When you only add root, its looking in root/static,