You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.