You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2019. It is now read-only.
I recently started using the module and think it is great.
Although I do have one question. Why is it necessary to have the cache dir when in production mode? For instance, I have the cache url set to our cdn cname and want to remove all assets from the production server, but get an error when the cache dir is not created.
I understand that even in production mode it needs to create cache files when necessary, but if your cacheUrl has a different host it would be nice to skip the check for the local files. I would expect it to just error if it cannot find the file and not create/check if it exists.
I will be happy to implement this feature, just wanted to open this issue in case I am missing something that is already implemented.
Thanks.
-David
The text was updated successfully, but these errors were encountered:
I recently started using the module and think it is great.
Although I do have one question. Why is it necessary to have the cache dir when in production mode? For instance, I have the cache url set to our cdn cname and want to remove all assets from the production server, but get an error when the cache dir is not created.
I understand that even in production mode it needs to create cache files when necessary, but if your cacheUrl has a different host it would be nice to skip the check for the local files. I would expect it to just error if it cannot find the file and not create/check if it exists.
I will be happy to implement this feature, just wanted to open this issue in case I am missing something that is already implemented.
Thanks.
-David
The text was updated successfully, but these errors were encountered: