Skip to content

Instantly share code, notes, and snippets.

View yukal's full-sized avatar
🙃
Haven't you tried it like this? ))

Alexander yukal

🙃
Haven't you tried it like this? ))
View GitHub Profile
@yukal
yukal / gulpfile.js
Last active November 11, 2018 16:18
gulp
// Initialize plugins
var gulp = require('gulp'),
plugins = require('gulp-load-plugins')(),
browserSync = require('browser-sync').create(),
src = './src',
dst = './dist',
// Output details of the error and continue the project
swallowError = function(error) {