Skip to content

Instantly share code, notes, and snippets.

View avorona's full-sized avatar

Vitalii Parshykov avorona

View GitHub Profile
@avorona
avorona / gulpfile.js
Last active August 6, 2017 11:43
gulp sass-css+watch+error+browser-sync
// You can change location of the files to fit you project structure
// This is defenitialy not mine snippet. I took it from here - > > > https://browsersync.io/docs/gulp
// Extra snippet update - prevent exiting when error catched--- from here https://gist.github.com/pornel/ca9631f5348383b61bc7b359e96ced38
var gulp = require('gulp');
var browserSync = require('browser-sync').create();
var sass = require('gulp-sass');