-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Mastering Adobe Commerce Frontend
By :

This is the last time I mention this—if a CSS file does not exist in a specified location, AC checks for a LESS file and then tries to compile it on either the server side or the client side. These are called compilations types, or modes if you like.
Before I explain the difference between those two compilation types, I would like to add one more term to our frontend course: static content signing.
When you browse a certain page, all CSS and JS files are requested only once by your browser. On your next visit, or when browsing the content of a given page, your browser does not download all those files again, but it does cache them locally on your hard drive.
To see changes we implement on our pages to our CSS or JavaScript files, we must either disable the browser cache or clear it. However, we cannot ask an online store customer to clear their browser cache each time they visit our website. This should happen automatically...