0% found this document useful (0 votes)
141 views3 pages

Automation With Grunt - Js

1. Grunt.js helps with automation through simplifying repetitive mundane tasks. 2. There are over 6000 Grunt plugins available, with grunt-contrib plugins being officially maintained. 3. The main actions in a Gruntfile include configurations, loading plugins, and registering tasks.

Uploaded by

kashyap
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
141 views3 pages

Automation With Grunt - Js

1. Grunt.js helps with automation through simplifying repetitive mundane tasks. 2. There are over 6000 Grunt plugins available, with grunt-contrib plugins being officially maintained. 3. The main actions in a Gruntfile include configurations, loading plugins, and registering tasks.

Uploaded by

kashyap
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 3

S.

No
1
2
3
4
5
7
8
9
10
11
13
14
15
16
17
18
19
20
22
23
24
25
26
27
28
29
30
Questions
Registering of tasks happens within
Grunt.js helps with simplification through automation. Is this true or false ?
Presence of _______ is must is to proceed ahead with installation of grunt
Which takes care of performing the repetitive mundane work in Grunt.js?
The 3 main actions to be performed in gruntfile include
The number of plug-ins available in grunt is around
Which of these is officially maintained grunt plug in?
Grunt does not allow users to add their custom developed plug-ins and publish them to npm.
Grunt prefers____ model approach to coding.
CSS with superpowers' : This refers to _____________
How can one reduce the size of images using grunt?
Which plug-in assists with cleaning of the unwanted folders & files
After installing any plug-ins, the file which would reflect the dependency changes automatically ________________
Which plug-in takes care of sending automatic notifications?
Which plug-in helps with revisioning the files ?
Which grunt plug-in would be of use if you would like to monitor set of .js files and take any appropriate action
The grunt plug-in to remove any unwanted CSS within project is _________
After installing the required plug-ins, the next activity would be _______
Can one create his own plug-in and add to the grunt library ?
While installing grunt.js, the cli in "$ npm install grunt-cli -g" represents
The final step of creating a plug-in is
Which plug-in assists with injection of bower dependency code ?
Which plug-in helps with validation of the js files ?
Which of these is not an example of the operations of the Task runner?
SASS expands to ______________
The plug-in used for Uglify is
While installing grunt.js, the g in "$ npm install grunt-cli -g" represents
Answers
Gruntfile
1
Node.js
Task runner
Configurations , loading plug-ins, Register tasks
6000+
contrib-less
0
Configuration
SASS
grunt-contrib-imagemin
grunt-contrib-clean
package.json
grunt-notify
grunt-filerev
Watch
grunt-uncss
Add the plug-in in gruntfile through loadNpmTasks
Yes
Command line interface
publish
grunt-wiredep
grunt-contrib-jshint
Splitting files
Syntactically Awesome Style Sheets
contrib-uglify
Global

You might also like