If you reference your CSS file as "/static/funky.css" in your template, then this should work:
Update: minor editsuse Plack::Builder; my $app = sub { ... }; builder { enable "Static", path => qr!^/static!, root => '/Library/WebServer +/Documents'; $app; }
In reply to Re: CSS and PSGI
by tangent
in thread CSS and PSGI
by tiny_monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |