-
Hello, Test build a site compatible with SharePoint, that been said there is a way to disable minify for CSS and Javascript? Thanks, Marlon |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Yes, you can compile the theme yourself without the Line 27 in 13f6ce4 |
Beta Was this translation helpful? Give feedback.
-
Ok, it seems that minifying isn't the issue with SharePoint but browse compatibility IE and Edge more specifically. So create a main.html on a custom_html folder to "inject" the meta tag for browser compatibility into the header. This is the best way to do it? mkdocs.yaml:
main.html:
|
Beta Was this translation helpful? Give feedback.
Yes, you can compile the theme yourself without the
--optimize
flag, which will disable minification:mkdocs-material/package.json
Line 27 in 13f6ce4