I've tried to move a sort of .css files from private directory to another one bellow webserver's document root. CssRewriteFilter works! A file is created, but dumped file keeps references to non-accessible images (out of web directory).
It could be nice if referenced images in CSSs files could be copied too.
See a sample about how I would like it works:
Virtualhost is pointing to /path/to/site/public;
I want to dump file0.css, file1.css and file2.css into public directory.
I've tried to move a sort of
.css
files from private directory to another one bellow webserver's document root.CssRewriteFilter
works! A file is created, but dumped file keeps references to non-accessible images (out of web directory).It could be nice if referenced images in CSSs files could be copied too.
See a sample about how I would like it works:
/path/to/site/public
;file0.css
,file1.css
andfile2.css
into public directory.