Hi, Trunk pas2js can now directly call postprocessors. For example you can call uglifyjs to compress your js code: http://wiki.freepascal.org/pas2js_minifier#Third_party_minifier In my examples it reduced the size of pas2js programs by about 30-50%. Mattias