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
6. While installing grunt.js, the cli in "$ npm install grunt-cli -g" represents.
View Answer
command line interface
7. Grunt prefers____ model approach to coding.
View Answer
Configuration
8. Which plug-in helps with validation of the js files ?
View Answer
grunt-contrib-clean
9. SASS expands to ______________
View Answer
Syntactically Awesome Style Sheets
10. Which takes care of performing the repetitive mundane work in Grunt.js?
View Answer
Task runner
11. Grunt.js helps with simplification through automation. Is this true or false ?
View Answer
True
12. Grunt does not allow users to add their custom developed plug-ins and publish them to npm.
View Answer
False
13. Which plug-in takes care of sending automatic notifications?
View Answer
grunt-auto-notify
14. Presence of _______ is must is to proceed ahead with installation of grunt
View Answer
node.js
15. Which of these is officially maintained grunt plug in?
View Answer
contrib-less
16. 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?
View Answer
watch
17. How can one reduce the size of images using grunt ?
View Answer
imagemin
18. The plug-in used for Uglify is
View Answer
parllel
19. Officially maintained plug-ins carry prefix _________
View Answer
config
20. Which plug-in assists with injection of bower dependency code ?
View Answer
grunt-wiredep
21. Which of these is not an example of the operations of the Task runner?
View Answer
Concatenating files
22. Which takes care of performing the repetitive mundane work in Grunt.js?
View Answer
task runner
23. Banner in gruntfile becomes the __________
View Answer
Header for all sections
24. The final step of creating a plug-in is
View Answer
publish
No comments:
Post a Comment