Friday, 27 February 2015

What's the difference between .js and .min.js?


  1. Functionality wise both are same. The only difference is .min.js is the compressed version of .js.
  2. If you are working on development machine then you should use .js.
  3. Whereas in production or where your web site is hosted you should use .min.js file. It will decrease page load-time for your webpage using that.

No comments:

Post a Comment