Gulp Q&A
Gulp Q&A
Gulp.js
Grunt.js
Broccoli.js
Brunch
Webpack
***********************************************************************************
***********************************
The default task representation in gulp will be like _________.
gulp.task('default',function(){ });
Streams which play vital role in gulp, has its origin from __________.
Unix
While installing gulp with $npm install gulp --save-dev, what does --save-dev
represents?
Installs Gulp as a development dependency and package.json updated