Bogdan Lucaciu wrote on 4/9/10 2:10 PM: > > To properly include the templates I would just use something like: > <View::TT> > INCLUDE_PATH = __path_to(root)__ > ... > > or similar. > The static content lives in /usr/share/perl5/Dist/Name/root/static, if > you use a caching reverse proxy (like varnish) you can just let > Static::Simple serve them, otherwise just point your web server's > /static location to that dir. >
See also Catalyst::Plugin::Static::Simple::ByClass -- Peter Karman . http://peknet.com/ . [email protected] _______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
