-
-
Notifications
You must be signed in to change notification settings - Fork 226
Home
Taco de Wolff edited this page May 15, 2015
·
41 revisions
Short-term roadmap for minify and parse:
Improve CSS parser to implement the same technique as HTML/JSON does (ie. a lightweight parser)Implement XML parser and minifier according to the specsOptimize and test JSON minificationOptimize and test XML minificationOptimize and test CSS minification- Expand SVG minifier using https://github.com/svg/svgo
Test with https://github.com/dvyukov/go-fuzz- Implement JS lightweight parser
- Implement JS minifier with local variable renaming
Maybe but probably not:
- Handle XHTML documents
- Implement SQL parser and minifier
- Implement 'beautify' to reverse 'minify'