17
June
Grunt is a JavaScript task runner which essentially simplifies repetitive tasks by automating compilation, minification, linting, unit testing, etc. In this article, we are going to understand how to install and configure Grunt for Magento2. Here are the steps : Step 1: Install nodejs in our machine Step 2: Install Grunt CLI…