aboutsummaryrefslogtreecommitdiff
path: root/www/p5-Catalyst-Plugin-Static-Simple/pkg-descr
blob: fffa2023258fa18e9570b2b03eb9ee69c56ff2a4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
The Static::Simple plugin is designed to make serving static content in
your application during development quick and easy, without requiring a
single line of code from you.

This plugin detects static files by looking at the file extension in
URL (such as .css or .png or .js). The plugin uses the lightweight
MIME::Types module to map file extensions to IANA-registered MIME
types, and will serve your static files with the correct MIME type
directly to the browser, without being processed through Catalyst.

WWW: http://search.cpan.org/dist/Catalyst-Plugin-Static-Simple/