Skip to content

Instantly share code, notes, and snippets.

View eugenecyckowski's full-sized avatar

Eugene Cyckowski eugenecyckowski

View GitHub Profile
// ## Globals
const argv = require('minimist')(process.argv.slice(2));
const autoprefixer = require('gulp-autoprefixer');
const browserSync = require('browser-sync').create();
const changed = require('gulp-changed');
const concat = require('gulp-concat');
const flatten = require('gulp-flatten');
const gulp = require('gulp');
const gulpif = require('gulp-if');
const imagemin = require('gulp-imagemin');