Tutorial by Examples

Before running gulp you need to install Node.JS and npm The head of the Gulp.js is: var gulp = require('gulp'); clean = require('gulp-clean'); // A gulp plugin for removing files and folders. imagemin = require('gulp-imagemin'); // Minify PNG, JPEG, GIF and SVG images Then assign path...

Page 1 of 1