Here, I will explain how to minify the java script file and the CSS file.
Step 1: Go to this link:
Step 2: Copy your Javascrit code and CSS code from your file and paste it in this site Code Textbox and follow this site.
Step 3: Download the Minify .js file and replace your original js file with the minify js file.
Advantage
It saves the loading time of an application and also saves the bandwidth.

jase noPosted Jul 26, 2020, 9:28 PM
Hi, You may also want to check out this free Javascript compression toolhttps://whoranksfor.com/minify-javascriptLets make the internet a better place together!
Jony GreenPosted Dec 7, 2015, 2:43 AM
i find a free online service to minify js http://www.online-code.net/minify-js.html and compress css http://www.online-code.net/minify-css.html, so it will reduce the size of web page.
Deepak VermaPosted Jan 27, 2014, 11:21 PM
@Priti follow this link http://www.asp.net/mvc/tutorials/mvc-4/bundling-and-minification
Priti KumariPosted Jan 17, 2014, 11:18 PM
@Bassel Issa:Please tell me what is script bundle.............?
bassel IssaPosted Jan 17, 2014, 4:36 AM
no need for this method anymore. use the concept of script bundle
Keyur PatelPosted Jan 9, 2014, 7:33 AM
It's seems to be interesting. Let me try in my project. btw, Is there any conflict with our JS?