Minify Tool

Hi,


I have followed the TMS instructions as to how to install the node-v12.14.0-x64.msi to automate the minifying of my JS code as part of building a WebCore project, and it works perfectly.

I would like to use this to also minify my website's CSS and JS (all HTML, JS and CSS, done manually). I see a lot of webbased solutions to minify code, but I could not find one that does it on the desktop, as the node.js does with WebCore.

Can you tell me how to use the installed minifyer to minify a given directory ?

Very best regards,

Olivier

The one used from TMS WEB Core is 

https://www.npmjs.com/package/uglify-es

You can find the doc for using the command-line tool there.

Thank you very much !