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.