Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 48d90fd

Browse files
authored
Update css-practice.md with additional link.
I added a link to another documentation page which provides ample details for clearing static files cache.
1 parent 52be819 commit 48d90fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v2.0/frontend-dev-guide/css-topics/css-practice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ To do this, they added an overriding <code>_theme.less</code> file in the <code>
7575

7676
</pre>
7777

78-
Next, you need to flush the static files cache. This can be done in the Admin panel under System->Cache Management->Flush Static Files Cache or via command line by deleting the contents of `<installation_directory>/pub/static` and using `php bin/magento setup:static-content:deploy`.
78+
Next, you need to flush the static files cache. This can be done in a few ways, please refer [here](http://devdocs.magento.com/guides/v2.1/config-guide/cli/config-cli-subcommands-static-view.html).
7979

8080
After the Grey theme is applied, store pages will look like following:
8181

0 commit comments

Comments
 (0)