-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Update css-practice.md #933
Conversation
There is a lack of detail regarding the need to clear the static files cache....I spend hours following this specific section of the documentation (while in Developer mode) with *all* cache disabled, with zero effect...until I clicked on "Flush Static Files Cache". There should be clearer notification regarding this additional cache needing to be cleared at the beginning of all sections that related to css customization.
I added a link to another documentation page which provides ample details for clearing static files cache.
|
@almarchenko Suggest you also add a link to the User Guide because you can do this from the Admin as well. |
|
@xcomSteveJohnson The link I added to the PR has some decent notes on static files cache and modes. There's a section for The closest user guide link that I could find is this: http://docs.magento.com/m2/ce/user_guide/system/cache-management.html?Highlight=clear%20static%20files%20cache and it's not really clear on the static files cache clearing...it has the button listed, but that's it. The link I have in this PR already is closer to a clearer explanation, in my opinion. Otherwise, there could be a separate "troubleshooting css styles not being applied" page which has details specifically for clearing cache and could include information from the page that I linked. Ideas? |
|
@ryantfowler @almarchenko Yes, I agree but some merchants have no command-line access. Given that the User Guide doesn't make it clear, I would suggest to put the steps in this topic as well. There could also be troubleshooting but I'm not familiar with the Frontend Dev Guide so I'll let Sasha decide. |
|
@ryantfowler Thank you for your input! |
|
@ryantfowler |
|
Thanks for the feedback!
…On Thu, Jan 19, 2017, 7:24 AM Oleksandra Marchenko ***@***.***> wrote:
@ryantfowler <https://github.com/ryantfowler>
Here's what I have having discussed this with our devs:
In general case, in Developer mode, there is no necessity to clean cache.
But it also depends on your previous actions and settings, so might become
necessary at the end (like it was in your case).
And I see that we actually mention this in the procedural topics:
http://devdocs.magento.com/guides/v2.1/frontend-dev-guide/css-guide/css_quick_guide_mode.html
(we suggest manually cleaning the directories, but it is only one of the
possible options).
I think we didn't add it in the topic you mentioned, cause it was a
high-level illustration. But looks like it still should be there!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#933 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AB_w6Dg9QF7UCodIVx5gg3pPBS02IPP_ks5rT4AOgaJpZM4LONBw>
.
|
Add the Signifyd module docs to the MRG
There is a lack of detail regarding the need to clear the static files cache....I spent hours following this specific section of the documentation (while in Developer mode) with all cache disabled, with zero effect...until I clicked on "Flush Static Files Cache". There should be clearer notification regarding this additional cache needing to be cleared at the beginning of all sections that related to css customization.