1.
Between Grunt and Gulp, which is relatively fast?
2.
The default task representation in gulp will be like _________.
3.
Streams are represented as _________.
4.
While installing gulp with $npm install gulp --save-dev, what does --save-dev represents?
5.
Streams are Asynchronous. Is this True or False?
6.
Before installation of Gulp, installation of _____________ acts as pre-requisite.
7.
How many types of Streams are available?
8.
Which plugin notifies whenever there is any change in file?
9.
Which among the following helps to compile into .CSS format?
10.
gulp-concat helps with __________