What is hoisting exactly? #6505
-
Hi what is hoisting? https://squidfunk.github.io/mkdocs-material/plugins/projects/#hoisting It feels like the documentation does not introduce the definition of the term in this context. Correct me if I am wrong. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
From this very documentation:
It ensures that there's only one copy of Material's theme files, i.e., CSS and JavaScript files. This improves caching and makes projects load faster, because the browser has to download only one copy of the same resources. |
Beta Was this translation helpful? Give feedback.
From this very documentation:
It ensures that there's only one copy of Material's theme files, i.e., CSS and JavaScript files. This improves caching and makes projects load faster, because the browser has to download only one copy of the same resources.