What does “Minification” mean in JavaScript? What is its importance?

devquora
devquora

Posted On: Feb 22, 2018

 

Minification occurs when Grunt makes the coding simple, easy and time-efficient. Every project that functions with the help of computer language requires coding. Since coding can include some repetitive tasks such as including functions every now and then, minification is required. Grunt helps in taking care of this repetitive task. Using minification, the developers can save both time & energy and it’s even better for companies who can reduce their investments that is usually required for big-scale projects.

    Related Questions

    Please Login or Register to leave a response.

    Related Questions

    Grunt js Interview Questions

    What is the application of Grunt in JavaScript?

    A Grunt is a tool that helps in managing a code by saving both cost and time. When programmers write a code for a proj..

    Grunt js Interview Questions

     What are the factors concerning Grunt that a developer must focus on?

    Every developer looks for solutions which are quick and time-saving and Grunt can fulfill both the features. In order t..

    Grunt js Interview Questions

     What do you mean by Grunt?

    Grunt is a task runner in JavaScript that is often preferred by programmers and developers due to its features and abil..