The new version of Uglify is out. Minify your Tiddlywiki to nearly half its size! This release comes with a bunch of new wikitext rules and some fixes, but most importantly…
It comes with Source Mapping!
That means if you’re running uglify on your Node.JS server, it can now supply javascript source maps and original files on demand (when you open your web developer console). You can still debug your code as though it weren’t uglified.
Sourcemapping has its limitations, however, which is why it’s is (and always has been) possible to disable uglifying with a simple button on the Uglify plugin readme page. You can also configure specific plugins or tiddler types to be ignored.
Let me know what you all think!
(The new wikitext rules trim an additional 12K off of the core. Not much, but it means a lot to me.)