You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 19, 2023. It is now read-only.
The build process should optimize the css and js files. After building the theme boilerplate, you can see that there are multiple repeating doc blocks in the css.
Since the build process should be the last step before the theme is used in production, there is no need for "readable" and nicely formatted css and js assets. Instead they should be compresses to optimize load time.
The build process should optimize the css and js files. After building the theme boilerplate, you can see that there are multiple repeating doc blocks in the css.
Since the build process should be the last step before the theme is used in production, there is no need for "readable" and nicely formatted css and js assets. Instead they should be compresses to optimize load time.
@charrondev advised to create an issue and already gave a hint to a solution for minifying the css file