[Catalyst] Static content with catalyst
Len Jaffe
lenjaffe at jaffesystems.com
Tue May 8 11:57:36 GMT 2007
On 5/7/07, Kyncho Pehotinec <kyncho.pehotinec at gmail.com> wrote:
>
> Hello,
>
> Definitely! Everything under /root/static is getting served _as static
> content_.
> I don't see a reason to install yet another plugin/module to serve
> static files.
>
>
You should see a reason. That reason being that if you want to server your
static content through your cat app (which is another discussion
altogether), then the away to do it is Catalyst::Plugin::Static::Simple.
You need not install it. It is part of the Cat distribution. Just include
it with the other plug-ins, and lmost everything in /root/static will be
served as static content. Check the docs for configuration instructions.
Len.
-- =
lenjaffe at jaffesystems.com
614-404-4214
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.scsys.co.uk/pipermail/catalyst/attachments/20070508/c8186=
fae/attachment.htm
More information about the Catalyst
mailing list