Skip to content

Instantly share code, notes, and snippets.

View hauva007's full-sized avatar

susipasi hauva007

  • Bluugo Oy
  • Pori, Finland
View GitHub Profile
@hauva007
hauva007 / gulpfile.js
Created February 23, 2018 08:30 — forked from mlouro/gulpfile.js
gulpfile.js with browserify, jshint, libsass, browserSync for livereload, image optimization and system notifications on errors
'use strict';
var gulp = require('gulp');
var gutil = require('gulp-util');
var del = require('del');
var uglify = require('gulp-uglify');
var gulpif = require('gulp-if');
var exec = require('child_process').exec;
var notify = require('gulp-notify');