invicticide / fractive

Fractive is a free, open-source, Markdown-based hypertext authoring tool for writing interactive fiction.
http://fractive.io
Other
38 stars 5 forks source link

Minify the output html #4

Closed invicticide closed 7 years ago

invicticide commented 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()

invicticide commented 7 years ago

Looks like I'll need to minify HTML, CSS, and JS separately. Here are some minifiers to look into:

invicticide commented 7 years ago

CL a049086