-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frontend Cache-Clean [F] does not seem to clear static content #105
Comments
Thanks for opening the issue @kolaente - I must have broken it at one point in time! |
I am unable to reproduce the issue. My steps to reproduce on my current dev instance:
Result: no files are left. |
Please let me know if I am missing a step when reproducing the issue. |
I just (partially) bumped into this issue. In general, [F] clears static content files for me. However, it seems to not clear any broken symlinks. So if there is a broken symlink under Use case:
Expected: The broken symlink of the old overridden file is removed. |
That's interesting. I wonder why the broken symlinks are not removed. |
I just bumped into this again. I have no idea about ClojureScript, but I figured the files are unlinked via the magento-cache-clean/src/file/system.cljs Line 75 in d95b541
|
@sprankhub no, the function exists? will return true for both valid and broken symlinks because it checks if the symlink itself exists, not whether the target of the symlink is valid. So it must be something else. |
When pressing
F
, the files inpub/static/frontend
are still present.The text was updated successfully, but these errors were encountered: