Automation With Grunt JS
Automation With Grunt JS
8. Grunt does not allow users to add their custom developed plug-ins and publish
them to npm.
--False
11.After installing any plug-ins, the file which would reflect the dependency
changes automatically___________
--package.json
13.Which grunt plug-in would be of use if you would like to monitor set of .js
files and take any appropriate actions if any changes happens to them?
--Watch
14.After installing the required plug-ins, the next activity would be _______
--Add the plug-in in gruntfile through loadNpmTasks
15.Which plug-in assists with cleaning of the unwanted folders & files
--grunt-contrib-clean
16.The grunt plug-in to remove any unwanted CSS within project is _________
--grunt-uncss
21.While installing grunt.js, the g in "$ npm install grunt-cli -g" represents
--Global
23.While installing grunt.js, the cli in "$ npm install grunt-cli -g" represents
--Command line interface