Hey,

I'm using the Private File system for image cache but for some reason Advanced CSS/JS Aggregation will only work with my file system set to public. Is there anyway to get it working with private as well?

Comments

mikeytown2’s picture

You need to create a publicly writable directory (same permissions as Drupal's files folder).

Once that is done go to
admin/settings/advagg
"Use a different directory for storing advagg files" (option is only available if Private File System is enabled)
Enter in the directory.

mikeytown2’s picture

Status: Active » Needs review
Media Crumb’s picture

Worked perfectly! Thanks so much for the help

mikeytown2’s picture

Component: Bundler » User interface

Is there any way I could have made more intuitive? Always looking to improve the module :)

Media Crumb’s picture

Honestly I think it was just me being stupid (which happens often at 4am!). It made complete sense after you explained it to me.

udvranto’s picture

It would be great if the folder name text box is marked as 'required'. Throw an error If the user does not put anything in the text box and tries to save.

mikeytown2’s picture

Version: 6.x-1.6 » 6.x-1.x-dev
StatusFileSize
new1.81 KB

Patch to make this box required.

udvranto’s picture

Works great!

mikeytown2’s picture

Status: Needs review » Fixed

Patch #7 has been committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.