Search code examples
microsoft-ajax-minifierajaxmin

Where to get ajaxmin.exe?


I want to minify my js and css through command prompt using ajaxmin. Can someone provide the link for this. This https://archive.codeplex.com/?p=ajaxmin does not have the exe


Solution

  • Ok. Here is what I did:

    1. npm install uglify-es -g
    2. uglifyjs File.js --mangle --compress --verbose --warn --timings --output minfiedFile.min.js

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