Search Your Question...!

Showing posts with label Grunt. Show all posts
Showing posts with label Grunt. Show all posts

Grunt MCQ's

1.  How can one reduce the size of images using grunt? 

   View Answer   

   grunt-contrib-imagemin



2. After installing the required plug-ins, the next activity would be _______

   View Answer   

   Add the plug-in to the package.json file, Add the plug in through the cmd Install npm install grunt-XXX --save-dev



3. The grunt plug-in to remove any unwanted CSS within project is _________

   View Answer   

   grunt-uncss



4. Registering of tasks happens within

   View Answer   

   Gruntfile



5. While installing grunt.js, the g in "$ npm install grunt-cli -g" represents

   View Answer   

   grutnfile