Skip to content

Instantly share code, notes, and snippets.

View atereshhuk's full-sized avatar
🏠
Working from home

Aleksandr Tereshchuk atereshhuk

🏠
Working from home
  • Freelance
  • Ukraine
View GitHub Profile
@atereshhuk
atereshhuk / gulpfile.js
Created May 18, 2019 11:54
Gulp 4 Config
const gulp = require('gulp'),
gulpPug = require('gulp-pug'),
gulpSass = require('gulp-sass'),
gulpBrowserSync = require('browser-sync').create();
// Style syntax
const syntax = "scss";
// Gulp tasks
// Create folders structure
gulp.task('folders', function () {