Skip to content
kswoll edited this page Jan 30, 2014 · 1 revision

Minification is not yet implemented but the strategy will be one of collecting all the source code for all your projects and minifying them into one or more .js files in one fell swoop. This is because minification will replace all identifiers with short auto-incremented identifiers, and in order for the identifiers to have the same meaning across assemblies, the simplest option is to compile all your WootzJs files in one go, so that the identifier name counter can be consistent.

Clone this wiki locally