Closed invicticide closed 7 years ago
The output html currently includes loads of whitespace and line breaks. It seems worth it to minify it just before we write it to disk.
This would happen at the end of Compiler.Compile()
Looks like I'll need to minify HTML, CSS, and JS separately. Here are some minifiers to look into:
CL a049086
The output html currently includes loads of whitespace and line breaks. It seems worth it to minify it just before we write it to disk.
This would happen at the end of Compiler.Compile()