Recent questions tagged Gulp-js-interview-questions-answers

0 votes
    Compression of images could be easily achieved using which gulp plug-in? A. gulp-minjpg B. gulp-minipng C. gulp-minjpeg D. gulp-imagemin E. gulp-minijpeg...
asked Feb 3, 2023 in Technology by JackTerrance
0 votes
    Which plugin helps in task dependencies? A. No gulp plug-ins needed B. gulp-order C. gulp-seq C. gulp-depend...
asked Feb 3, 2023 in Technology by JackTerrance
0 votes
    Which package helps in minifying the CSS? A. gulp-minify-css B. gulp-css-minify C. gulp-min-css D. gulp-compressify-css...
asked Feb 3, 2023 in Technology by JackTerrance
0 votes
    Which helps with sequencing the tasks one bye one? A. Only watch & plumber B. pipe C. plumber D. watch E. All the options...
asked Feb 3, 2023 in Technology by JackTerrance
0 votes
    The main objective of compressing (images / CSS / JavaScript) is to help with ____________. A. All the options B ... None of the Options D. Improving performance E. Reduce Overhead...
asked Feb 3, 2023 in Technology by JackTerrance
0 votes
    gulp.src in gulpfile.js refers to ______. A. Source location of files to be acted upon B. root folder of gulp C. Source location of all files D. location of gulpfile.js...
asked Feb 3, 2023 in Technology by JackTerrance
0 votes
    Which command in the CLI will trigger the 'default` task? A. run default gulp B. run gulp default C. gulp D. All the options E. run gulp...
asked Feb 3, 2023 in Technology by JackTerrance
0 votes
    gulp-concat helps with __________ A. Concatenation of files in given Location B. Concatenation of css files C. ... .js/.css files alone D. Concatenation of JavaScript files...
asked Feb 3, 2023 in Technology by JackTerrance
0 votes
    Which among the following helps to compile into .CSS format? A. gulp-less B. gulp-sass C. Both the options...
asked Feb 3, 2023 in Technology by JackTerrance
To see more, click for the full list of questions or popular tags.
...