Skip to content

Instantly share code, notes, and snippets.

View Arfey's full-sized avatar
🇺🇦

Mykhailo Havelia Arfey

🇺🇦
  • Kyiv
  • 03:29 (UTC -12:00)
View GitHub Profile
"use strict";
const clean = require('gulp-clean');
const gulp = require('gulp');
const stylus = require('gulp-stylus');
const uglify = require('gulp-uglify');
const concat = require('gulp-concat');
const imageop = require('gulp-image-optimization');
const server = require('gulp-express');