1

I want to know if there is any version of uglifyJS in a windows application mode(not web based app) or maybe another good application that is not web based.

This is the uglifyJS site.

Thank you

bahar_Agi
  • 644
  • 4
  • 17
  • 29

1 Answers1

0

Install NodeJS and use the official uglify-js npm package. It's the way UglifyJS and a lot other JS libs are meant to be used in an offline fashion.