Compile .css files in CI rather than checking in compiled files #2416
Labels
Format: HTML
Related to the default HTML output
Status: Speculative
It's unknown if this is something that we wan't to do
Checking in compiled files is problematic for a few reasons
In the context of the widespread assumption that everything in source control is human readable, this creates a couple additional problems:
ag
which filter search results to automatically exclude ignored files.Assuming .scss -> .css compilation and minification is cheap, I propose that minified .css files which are automatically generated from .scss files be removed from source control and instead built at documentation-deployment-time via a package build step. If the generation is substantially more computationally expensive than a download, then artifacts may be a more appropriate solution.
The text was updated successfully, but these errors were encountered: