-
-
Notifications
You must be signed in to change notification settings - Fork 225
Home
Taco de Wolff edited this page May 26, 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'
- Implement source maps for JS for example