Sign in
Log inSign up

Is minification of files required for Node.js?

Shrihari Shastry's photo
Shrihari Shastry
·Jul 30, 2016

I usually minify any frontend files(Angular or Ember) there is a reason behind minifying frontend files(In order to load files at lowest time and performance really does matters on browsers).

But I wonder does the Node.js code require Minification? If yes please do mention the reasoning behind it.