Skip Menu |

This queue is for tickets about the Catalyst-Plugin-Assets CPAN distribution.

Report information
The Basics
Id: 79888
Status: new
Priority: 0/
Queue: Catalyst-Plugin-Assets

People
Owner: Nobody in particular
Requestors: CUBABIT [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Cannot create assets outside of application's root dir
I would like to be able to crate the assets outside of the 'root' directory of my app; i.e. in /var/lib/myapp/htdocs/assets. My assets then sirvive between redeployments of my application, which clobber everything under 'root'. I propose using output_path as the argument to 'dir' in the constructor for File::Assets if it looks like an absolute path, otherwise use your existing code.