Sie sind auf Seite 1von 2

Question

How does installing Gulp globally help?


Before installation of Gulp, installation of _____________ acts as pre-requisite
Between Grunt and Gulp, which is relatively fast?
Which Streams provide ability to both read and write?
How many types of Streams are available?
Streams are Asynchronous. Is this True or False?
While installing gulp, the first installation step would be ________.

Streams which play vital role in gulp, has its origin from __________.
The default task representation in gulp will be like _________.
Streams are represented as _________.
While installing gulp with $npm install gulp --save-dev, what does --save-dev represents?
Which plugin notifies whenever there is any change in file?
Which command in the CLI will trigger the 'default` task?
Which task would be called in gulp, by default?
Compression of images could be easily achieved using which gulp plug-in?
Which plugin helps in task dependencies?
The main objective of compressing (images / CSS / JavaScript) is to help with ____________.
Which helps with sequencing the tasks one bye one?
Which package helps in minifying the CSS?

gulp.src in gulpfile.js refers to ______.

gulp-concat helps with __________


In-memory caching is enabled with the help of which gulp plug-in?
Organizing the gulp plug-ins can be easily achieved through
To convert .svg icons into fonts, gulp provides ________ plug-in
Which streams help to pass data to writable /duplex / transform streams?
The default task / plug-ins in gulp are mentioned in this ______ file.
Which plug-in has optimizers and compressors?
How to check if gulp has been installed successfully?

The different kinds of Streams include ______________.

While installing the gulp using the syntax npm install gulp --save-dev, ________section of _________ is updated.
Which among the following helps to compile into .CSS format?

TCS INTERNAL USE


Correct Incorrect
Helps to run
node Bower
Gulp
Transform
3 4
1
$npm install gulp g
All
Unix node.js gulpfile.js options
{} {'default'}
.pipe()
.json updated
gulp-watch
gulp run gulp default run default gulp run gulp
Default watch Plumber
gulp-imagemin
No pulgin
All options
.pipe
gulp-minify-css
Source location file to be
acted upon
concatenation in given
location
gulp-cached
gulp load pulgins
gulp-iconfont None gulp-svgfont
Readable
gulpfile.js
gulp-plumber
gulp -v
read,write,duplex,classic,trans
form
devDependencies,
package.json
Both options

TCS INTERNAL USE

Das könnte Ihnen auch gefallen